function popupRegister()
{
	w=window.open("http://www.capeamber.com/register.php","RegistrationForm","width=500,height=500,scrollbars=1");
	if (w.focus) w.focus();
	//Place popup code here.
}
