/** 
* Copyright 2006
* @author      John Arroyo (www.johnarroyo.com)
* @version     1.0.0, 2006 
 */

// Selects or unselects a group of checkboxes
function checkUncheckAll(f,groupid,cbchecked){	
	for (i=0; i < f.length; i++) {
		if(f[i].id==groupid){
			f[i].checked = cbchecked;
		}
	}
}

function popUp(URL) {
	id = "playmp3";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=50,left = 540,top = 375');");
}

function popUpR(URL)
{
	id = "rates";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=538,');");	
}

function popUpSubmit(URL)
{
	id = "suggestionsubmit";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=358,height=314,');");	
}

function popUpMore(URL)
{
	id = "more";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=538,');");	
}

function popUpItunes(URL)
{
	id = "itunes";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=538,');");	
}

function popUpMustBeLoggedIn(URL)
{
	id = "mustbeloggedin";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=354,height=400,');");	
}

function popUpAboutUs(URL)
{
	id = "aboutus";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=538,');");	
}

function popUpVMCInstr(URL)
{
	id = "vmcinstructions";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=538,');");	
}

function popUpDload(URL)
{
	id = "download";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=806,height=461,');");	
}

function popUpDloadFile(URL)
{
	id = "downloadfile";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=50,height=50,');");	
}

function popUpTour(URL)
{
	id = "tour";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=453,height=372,');");	
}

function popUpInstr(URL)
{
	id = "instructions";
	eval(id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=538,');");	
}
