// JavaScript Document



<!--
nav3plus = false;
if( navigator.userAgent.indexOf ("Mozilla") != -1)
{
	nav3plus = parseInt( navigator.appVersion.substring( 0, 1 ) ) >= 3;
}
if( navigator.userAgent.indexOf ("Opera") != -1)
{
	nav3plus = true;
}

if( nav3plus )
{
	tmp = new Image();
	highwebdb52587 = new Image(); highwebdb52587.src = "/pictures/Gdoor-1.gif";
	highwebdb52589 = new Image(); highwebdb52589.src = "/pictures/Gdoor-1b.gif";
	highwebdb52591 = new Image(); highwebdb52591.src = "/pictures/Gdoor-1r.gif";
				} else { }

function high( img ) {
	if( img ) {
		tmp.src = eval( "document.images." + img.name + ".src");
		img.src = eval( "high" + img.name + ".src");
	}
}

function low( img ) { if( img ) { img.src = tmp.src; } }
//-->



