// JavaScript Document

<!--
function openHelp() { 
  window.open('help/help.html','help','width=500,height=600,scrollbars=yes,resizable=yes');
}
function openReghelp() { 
  window.open('help/help_reg.html','helpreg','width=500,height=600,scrollbars=yes,resizable=yes');
}
function openCOPPA() { 
  window.open('help/help_coppa.html','COPPA','width=500,height=600,scrollbars=yes,resizable=yes');
}

function openPrivacy() { 
  window.open('help/privacypolicy.html','PrivPolicy','width=500,height=600,scrollbars=yes,resizable=yes');
}
function openRules() { 
  window.open('help/wantedRules.html','PrivPolicy','width=500,height=600,scrollbars=yes,resizable=yes');
}
function openTerms() { 
  window.open('help/terms.html','Terms','width=500,height=600,scrollbars=yes,resizable=yes');
}

function openDesktop(id,size) { 
	window.open("freebies_desktop.jsp?id="+id+"&size="+size, 'getDesktops', 'width=600, height=250, left=1, top=1, scrollbars=yes, resizable=yes');
}

function openRemember() { 
  window.open('bites_remember.html','Citizenship','width=642,height=482,scrollbars=no,resizable=no');
}

function closeWindow() { 
  window.close;
}

function openFizzTAF() { 
  window.open('email/podcast_taf.jsp','IznFizz','width=620,height=600,scrollbars=no,resizable=yes');
}
function openFizzXML() { 
  window.open('email/podcast_xml.jsp','IznFizz','width=500,height=300,scrollbars=no,resizable=yes');
}
function openAbduction() { 
  window.open('bites_abduction.html','Abduction','width=642,height=482,scrollbars=no,resizable=yes');
}
function openBarqade() { 
  window.open('barqade/barqade.html','Barqade','width=642,height=482,scrollbars=no,resizable=yes');
}

function openMailGetter(art) { 
  window.open('barqymail_browser.jsp?art='+art,'BarqyMail','width=500,height=500,scrollbars=yes,resizable=yes');
}
function openTAF() { 
  window.open('email/taf.jsp','TellFriends','width=620,height=600,scrollbars=no,resizable=yes');
}
function openFizzVideo() { 
  window.open('podcast_video.html','Iz-n-Fizz-Video','width=500,height=500,scrollbars=no,resizable=yes');
}

function closeWindow() { 
  window.close();
}


//-->