// JavaScript Document

function newWindow(){
	window.open("./files/map.gif","newWin","width=540,height=410");
}