

function doRegister(strURL) {
	var awindow = window.open(strURL,"register",'status,scrollbars,width=600,height=350');
//	awindow.creator = self;
}

function doForgotPass(strURL) {
	var awindow = window.open(strURL,"forgot",'status,scrollbars,width=600,height=350');
//	awindow.creator = self;
}

function doFreeQuiz(strURL) {
	var awindow = window.open(strURL,"forgot",'status,scrollbars,toolbar=yes,width=680,height=450');
}