//global variables used throughout the site

var mapURL = "http://www.nanalands.com/website/nanalands";
//var mapURL = "http://www.google.com";
var contactLink = "contacts.htm";
function OpenMapWindow()
{
	var QryWinLt = 0;
	var QryWinTp = 0;
	var WinProp = "resizable=yes,toolbar=1,titlebar=1,scrollbars=0,left=" + QryWinLt + ",top=" + QryWinTp + ",width="+(screen.width - 20)+",height="+(screen.height-100)
	window.open(mapURL,"_MapWindow",WinProp);
}
