<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
	if (init==true) {
		  document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;
	}
	if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}


function MM_effectBlind(targetElement, duration, from, to, toggle) {
	Spry.Effect.DoBlind(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}

function MM_effectAppearFade(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}

function MakeShadow(init) {
	//alert(parseInt(navigator.appVersion));
	if (init==true) with (navigator) {
		if ((navigator.appName!="IE")&&(parseInt(navigator.appVersion)>4)) {
			document.write("<style type=\"text/css\">");
			document.write(".shadowL { background-image:url(../images/panel_L.png); }");
			document.write(".shadowR { background-image:url(../images/panel_R.png); }");
			document.write(".AccordionPanelContent { overflow: hidden; }");
			document.write("<\/style>");
		} else {			
			document.write("<style type=\"text/css\">");
			document.write(".shadowL { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/panel_L.png, sizingMethod=scale); }");
			document.write(".shadowR { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/panel_R.png, sizingMethod=scale); }");
			if (!window.XMLHttpRequest) {
				document.write("#Holder { height: 400px; }");
			}
			document.write("<\/style>");
		}
	}
}

//-->