// JavaScript Document

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