<!-- 
function mapoWin(country, city , langPath) {
	var mawin = window.open('/'+langPath+'popup/mapo_map24.asp?country='+country+'&city='+city+'', 'mapo', 'width=700,height=600,left=200,top=100,status=no,toolbar=no,scrollbars=yes,menubar=no,resizable=yes');
	}
 //-->