// JavaScript Document

function maps(x)
{
if (navigator.appName == 'Netscape')
{
	browserName = "ns";
	var follow=window.open(x,"follow","width=724,height=534,scrollbars=no, status=no");
}
else if (navigator.appName == 'Microsoft Internet Explorer')
{
	browserName ="ie";
	var follow=window.open(x,"follow","width=726,height=530,scrollbars=no");
}
}


function windowopen(x)
{
if (navigator.appName == 'Netscape')
{
	browserName = "ns";
	var follow=window.open(x,"follow","width=780,height=634,scrollbars=yes, status=no");
}
else if (navigator.appName == 'Microsoft Internet Explorer')
{
	browserName ="ie";
	var follow=window.open(x,"follow","width=780,height=630,scrollbars=yes");
}
}
