function popuplogin(xid,un,pw) {
	
	window.open('http://'+xid+'/admin/index.php?a=login&un='+un+'&pw='+pw, "popup", "width="+((screen.width)-100)+",height="+((screen.height)-150)+",scrollbars=yes,resizable=yes");
}