function gotoLogin(loc) {
	window.open(loc,'login','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+screen.width+',height='+screen.height+',top=0,left=0');
}
