function map_win(url,name,width,height){
	window.open(url,name, 'width='+ width +',height='+ height + ',scrollbars=0,resizable=1,toolbar=0,location=0,status=0');
}
