function BodyLoad()
{
	try
	{
		var Height = 758;
		if (parseInt(navigator.appVersion) > 3)
		{
			if (navigator.appName == "Netscape")
			{
				Height = window.innerHeight;
			}
			if (navigator.appName.indexOf("Microsoft") != -1)
			{
				Height = document.body.offsetHeight;
			}
		}
		Height = Height - 75;
		if (Height > 758) Height = 758;
		if (Height < 563) Height = 563;
		document.getElementById('MainPageFrame').height = Height;
	}
	catch (e)
	{ }
}
function HideGallery()
{
	POPUP.box.hide();
}
function ShowGallery()
{
	POPUP.box.show('<div id="PopupNav"><a style="font-size: 12px;" href="javascript: HideGallery();">Close</a></div><div id=Gallery>To view this content you need the latest version of the Adobe Flash Player.<p><a href="http://get.adobe.com/flashplayer">Download the free Flash Player now.</a></div>',0,600,575,1);
	setTimeout('ShowSWF()', 1200);
}
function ShowSWF()
{
	var so = new SWFObject("/Gallery.swf", "Gallery", "600", "560", "8", "#000000", "true");
	so.addParam("quality", "high");
	so.addParam("wmode", "transparent");
	so.write("Gallery"); 
}
