/********* funciones custom ***********************/

function poplocation(){
	window.open("imagenes/mapa2.gif","aaa","width=420, height=340, scrollbars=no, toolbar=no");
}

function popup(){
	resx = screen.width;
	resy = screen.height;
	alert(resx + "--" + resy)


}
