function DemoSite() {return "http://online.kidzgrow.com.sg/democn/index.html";}
function SystemSite() {return "http://online.kidzgrowonline.com/kgonline_cn/Registration/Login.asp";}
function SignUpSite() {return "http://online.kidzgrowonline.com/kgonline_cn/registration/afllogin.asp";}
function GetPassword() {return "http://online.kidzgrowonline.com/kgonline_cn/registration/ForgotPassword.asp";}
function AppFormSite() {return "http://www.kidzgrowonline.com/extra_doc/KidzGrow_Application_Form.pdf";}
function Term_Cond_Site() {return "http://www.kidzgrow.com/extra_doc/terms_n_conditions.pdf";}


function popWin(tLocation, tWindowName, tWidth, tHeight){
	var winParam = "screenX=10,screenY=10,alwaysRaised,height="+tHeight+",width="+tWidth+",dependent=yes,resizable=yes,scrollbars=no,directories=no,hotkeys=no,location=no,menubar=no,personalbar=no,status=no,titlebar=no,toolbar=no";
	var hwindow = open(tLocation, tWindowName, winParam);
//	hwindow.resizeTo(tWidth,tHeight);
	return hwindow;	
}

function popWinSB(tLocation, tWindowName, tWidth, tHeight){
	var winParam = "screenX=10,screenY=10,alwaysRaised,height="+tHeight+",width="+tWidth+",dependent=yes,resizable=yes,scrollbars=yes,directories=no,hotkeys=no,location=no,menubar=no,personalbar=no,status=no,titlebar=no,toolbar=no";
	var hwindow = open(tLocation, tWindowName, winParam);
//	hwindow.resizeTo(tWidth,tHeight);
	return hwindow;	
}



