// JavaScript Document
function callWindow(page,width,height) {
	windowprops='location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,width='+width+',height='+height;
	open(page,'mapit',windowprops);
}

