function popupActive() {
	//activeWin = window.open ("http://www.skyhigh.hk/skyHigh/membership/internsActive.php", "active", "height=600, width=550, top=100, left=200, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no");
	//if (activeWin.focus) {activeWin.focus()};
	document.location.href='http://www.skyhigh.hk/skyHigh/membership/internsActive.php';
	return false;
}

function popupRegister() {
	registerWin = window.open ("http://www.my903.com/my903/skyHigh/skyHighRegLogin.jsp", "register", "height=600, width=550, top=100, left=200, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, status=no");
	if (registerWin.focus) {registerWin.focus()};
	return false;
}


