// JavaScript Document

function mapWindow(){
	window.open("./files/map.gif","newWin","width=530,height=450");
}




