function startFACTS() {
remoteWin=window.open("http://www.factstuition.com/ecashier/Index?OpenForm&query=swbts","remote",'toolbar=no,location=no,directories=no,status=yes,menubar=no,width=795,height=520,resizable=yes,scrollbars=yes,screenx=0,screeny=0,top=0,left=0')
}

//Used for the audio player pop out
function audioPlayerPopUp(URL) { 
	
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=1,resizable=0,width=626,height=352,left = 327,top = 336');");

}

function videoPlayerPopUp(URL) { 
	
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=1,resizable=0,width=960,height=600,left = 327,top = 336');");

}

