function openReg()
{
	regForm=window.open('registration.html','regform');
	regForm.focus()
}
function openHelp()
{
	regHelp=window.open('reghelp.html','reghelp');
	regHelp.focus()
}
