function openw(n,x,y) 
{
	var url="pages/mapa_"+n+".html";
	okno=window.open(url,"","width=370,height=240");
	okno.focus();
}