function pop_login(){
	  window.open('','login','screenX=10,left=10,screenY=10,top=10,width=500,height=550,location=0,scrollbars=1,directories=0,menubar=0,toolbar=0,resizable=0,titlebar=0,alwaysRaised=0,status=0,fullscreen=0');
}

function pop_indication(){
	popInd = window.open("","indication","width=500,height=500,resizable=1,scrollbars=1");void(0);
	popInd.focus();
}

