<!-- Hide script from old browsers

function popup(url,winWidth,winHeight) 
{
	winTop = (screen.height - winHeight) / 2;
	winLeft = (screen.width - winWidth) / 2;
	window.open(url,"","width=" + winWidth + ",height=" + winHeight + ",top=" + winTop  + ",left=" + winLeft  + ",resizable=no,scrollbars=no,toolbar=no");
}

if (document.images)
{

enter1 = new Image;

enter2 = new Image;


enter11 = new Image;

enter21 = new Image;
	enter1.src = "images/splash-enter1.gif";

	enter2.src = "images/splash-enter2.gif";

enter11.src = "images/splash-enter1c.gif";

	enter21.src = "images/splash-enter2c.gif";
}


function changeImage(imgField, newImg)
{
	if (document.images)
	{
		document[imgField].src = eval(newImg + ".src");
	}
}

// End hidding script from old browsers -->