// JavaScript Document

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