
<!-- 
if (document.images) {
research_off = new Image;
research_off.src = '/images/nav/home_research_off.gif';
marketing_off = new Image;
marketing_off.src = '/images/nav/home_marketing_off.gif';
products_off = new Image;
products_off.src = '/images/nav/home_prod_off.gif';
consutools_off = new Image;
consutools_off.src = '/images/nav/home_consutools_off.gif';
about_off = new Image;
about_off.src = '/images/nav/home_aboutus_off.gif';
contact_off = new Image;
contact_off.src = '/images/nav/home_contactus_off.gif';
help_off = new Image;
help_off.src = '/images/nav/home_help_off.gif';

research_on = new Image;
research_on.src = '/images/nav/home_research_on.gif';
marketing_on = new Image;
marketing_on.src = '/images/nav/home_marketing_on.gif';
products_on = new Image;
products_on.src = '/images/nav/home_prod_on.gif';
consutools_on = new Image;
consutools_on.src = '/images/nav/home_consutools_on.gif';
about_on = new Image;
about_on.src = '/images/nav/home_aboutus_on.gif';
contact_on = new Image;
contact_on.src = '/images/nav/home_contactus_on.gif';
help_on = new Image;
help_on.src = '/images/nav/home_help_on.gif';

order_off = new Image;
order_off.src = '/images/order_button.gif';
order_on = new Image;
order_on.src = '/images/order_button2.gif';
order1_off = new Image;
order1_off.src = '/images/order_button.gif';
order1_on = new Image;
order1_on.src = '/images/order_button2.gif';
register_off = new Image;
register_off.src = '/images/register_button.gif';
register_on = new Image;
register_on.src = '/images/register_button2.gif';
	}
	else {
products_off = '';
about_off = '';
contact_off = '';
help_off = '';
	
products_on = '';
about_on = '';
contact_on = '';
help_on = '';

order_off = "";
order_on = "";
register_off = "";
register_on = "";
}

function ImgOn(imgName) {
document[imgName].src = eval(imgName + "_on.src");
}

function ImgOff(imgName) {
document[imgName].src = eval(imgName + "_off.src");
}
function ReportPop(url) {
ReportWin = window.open(url,'Report','width=620,height=400,scrollbars=yes,resizable=yes,menubar=yes');
// try	{ReportWin.focus();}
// catch(er)	{window.status="Report Selected Was Displayed in the Report Window.";};
}
function homepop(url) {
helpwin = window.open(url,'Help','width=620,height=400,scrollbars=yes,resizable=yes,menubar=yes');
}

// -->