// JavaScript Document
function openMap(Url)
{
	open(Url, "NewWindow01", "height = 600, width = 760, scrollbars = 0")
}
function sopen(Url)
{
	open(Url, "NewWindow02", "height = 447, width = 700, scrollbars = 0, statusbar = 0")
}
function topen(Url)
{
	open(Url, "NewWindow03", "height = 447, width = 700, scrollbars = 1")
}