// Launch TSTutor New Student Registration Form
function launchNewUser(){
	var NUargs="status=yes, toolbar=no, location=no, screenX=0, screenY=0, left=0, top=0, scrollbars=yes, resize=no, width=400, height=400";
//	var NUargs="status=yes, toolbar=yes, location=yes, screenX=20,  screenY=20, left=20, top=20, scrollbars=yes, resizable=yes, width=400, height=450";
	NewUserWindow = window.open ("/pages/content/newuser.cfm","NewUserWindow",NUargs);
	NewUserWindow.focus();
}


// Launch TSTutor New Student Registration Form
function launchNewUser1(){
	var NUargs="status=yes, toolbar=no, location=no, screenX=0, screenY=0, left=0, top=0, scrollbars=no, resize=no, width=400, height=400";
	var NUargs="status=yes, toolbar=yes, location=yes, screenX=20,  screenY=20, left=20, top=20, scrollbars=yes, resizable=yes, width=400, height=450";
	NewUserWindow = window.open ("/pages/content/newuser1.cfm","NewUserWindow",NUargs);
	NewUserWindow.focus();
}
