var popUp; 
function OpenLogin()
{
popUp = window.open('admin/Login.Aspx' , 'popup', 'width=200,height=200,left=0,top=0');
}
function Maj()
{
var theform = document.Form1;
theform.submit();
}
	