var popUp; 

function forgotPwd()
{
	popUp = window.open('../forgotPassword.aspx','','scrollbars=no,status=no,width=500,height=200,left=240,top=250');
}

function underMaintenance()
{
	popUp = window.open('../underMaintenance.aspx','','scrollbars=no,status=no,width=500,height=200,left=240,top=250');
}

function termsCondition()
{
	popUp = window.open('../Pages/termsCondition.aspx','','scrollbars=yes,status=no,width=700,height=550,left=150,top=80');
}