function Map () {
	areaMap=window.open("","map",'width=550,height=600,toolbar=0,scrollbars=0,menubar=1,location=0,resizable=1');
	areaMap.focus();
}


//function Loca () {
//	areaLoca=window.open("","loca",'width=550,height=600,toolbar=0,scrollbars=0,menubar=1,location=0,resizable=1');
//	areaLoca.focus();
//}