﻿// JavaScript Document

function map()
	{
	window.open("map.htm","map","scrollbar= no ,toolbar= no,menubar =yes, resizable =no, width= 630, height= 650 top=0,left=0")
	}
	
