function login()
{
var myReturnValue=showModalDialog("members/login/login.asp",0,"dialogHeight: 285px; dialogWidth: 380px; dialogLeft: edge: Raised; center: Yes; help: No; resizable: No; scroll: No; status: No;");

if (myReturnValue == 1)
   {
	 	iWidth = (window.screen.width/2) - (375)
		iHeight = (window.screen.height/2) - (281 + 50)
		var win = window.open("members/system/","Start","height=563,width=750,resizable=yes,left=" + iWidth + ",top=" + iHeight+",status=yes")
		win.focus();
   }
}
