// JavaScript Document
function openwindow()
{
	window.open("map.htm","mywindow","scrollbars=yes,resizable=yes,width=800,height=600");
}
