function popUp(url, name, w, h)
{
	window.open(url,name,'height='+h+',width='+w+', scrollbars=yes');
}

function popUpHelp(anchor)
{
	popUp('/account/auth/payment/info/default.aspx#'+anchor, 'help', '450', '300');
}

function forgotPass()
{
	popUp('/account/forgotPassword.aspx', 'forgotPassword', '450', '300');
}
