function openReg(dir)
{
	window.open(dir+'reg.php', 'reg','width=305,height=500,left=100,top=50,scrollbars=yes,resizable=no,status=no');
	return false;
}

function updateParent(newURL) 
{
	opener.document.location = newURL;
	window.close();
}
