function NavRollOver(tr)
{
	tr.bgColor='#0077c4';
}

function NavRollOut(tr)
{
	tr.bgColor='#0096f8';
}

function popUp(URL) {
	var xPosition = 300; 
	var yPosition = 100;
	
    if ((parseInt(navigator.appVersion) >= 4 ))
    {
        xPosition = ((screen.width / 2) - 260);
        yPosition = ((screen.height / 2) - 260);
    }

	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,titlebar=0,location=0,statusbar=0,menubar=0,resizable=0,width=780,height=780,left = '+xPosition+',top = '+yPosition);");
}

function popUpWide(URL) {
	var xPosition = 300; 
	var yPosition = 100;
	
    if ((parseInt(navigator.appVersion) >= 4 ))
    {
        xPosition = ((screen.width / 2) - 260);
        yPosition = ((screen.height / 2) - 260);
    }

	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,titlebar=0,location=0,statusbar=0,menubar=0,resizable=0,width=720,height=480,left = '+xPosition+',top = '+yPosition);");
}

if(typeof ezms_page_id != 'undefined')
{
		if(ezms_page_id == 'index' || ezms_page_id == 'update')
		{
			if (document.images)
			{
				if(typeof ezms_homepage_url == 'undefined') { ezms_homepage_url = '' };
				var pic1 = new Image(150,35); 
				pic1.src=ezms_homepage_url+"/images/dlnoww_on.jpg";
			}
		}
}