 
window.moveTo(0,0);
if (document.all) 
{
	top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) 
{
	if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth)
	{
		top.window.outerHeight = screen.availHeight;
		top.window.outerWidth = screen.availWidth;
	}
}
function CipherSignUp(intInstituteId)
{
	window.open('SignUp.aspx?InstituteId='+intInstituteId,'','scrollbars=no,width=415,height=520,screenX=600,screenY=500,top=50,left=600')
}

function ForgetPassword()
{
	window.open('/DigiIBB/Public/ForgetPassword.aspx','','scrollbars=no,width=300,height=250,screenX=600,screenY=500,top=50,left=600,tools=no')
}

function DoOut()
{
	window.open('/DigiIBB/Public/DoOut.aspx','','scrollbars=no,width=300,height=290,tools=no')
}