function emp(name){
	screen_width=screen.width-10-492;
	screen_height=screen.availHeight-100;
	window.open(''+name+'','_blank','scrollbars=yes,width=550,height='+500+',top=0,left='+100+',resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no')
	}

function map(name){
	screen_width=screen.width-10-492;
	screen_height=screen.availHeight-100;
	window.open(''+name+'','_blank','scrollbars=yes,width=550,height='+500+',top=0,left='+100+',resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no')
	}
function Wed(name){
	window.open(''+name+'','_blank','scrollbars=no,top=0,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no')
	}

