var firstTime;
function firstTime(url)
{
	newwindow=window.open(url,'name','height=240,width=320,left=200,top=200,resizable=no,scrollbars=no,toolbar=no,status=yes')
	if (window.focus) {newwindow.focus()}
}
var onlineClassSample;
function onlineClassSample(url)
{
	newwindow=window.open(url,'name','height=350,width=320,left=200,top=200,resizable=no,scrollbars=no,toolbar=no,status=yes')
	if (window.focus) {newwindow.focus()}
}
var psa;
function psa(url)
{
	newwindow=window.open(url,'name','height=277,width=320,left=200,top=200,resizable=no,scrollbars=no,toolbar=no,status=yes')
	if (window.focus) {newwindow.focus()}
}
var contact;
function contact(url)
{
	newwindow=window.open(url,'name','height=500,width=400,left=200,top=200,resizable=no,scrollbars=no,toolbar=no,status=yes')
	if (window.focus) {newwindow.focus()}
}
