<!--
 if (document.images)
 {
    imgProductson = new Image();
    imgProductson.src = "/romania/images/masthead/ro_produsele3_on.gif";
    imgSaleson = new Image();
    imgSaleson.src = "/romania/images/masthead/ro_aditivi2_on.gif";
    imgContacton = new Image();
    imgContacton.src = "/romania/images/masthead/ro_prima_on.gif";
    imgHomeon = new Image();
    imgHomeon.src = "/romania/images/masthead/ro_conAfu_on.gif";
    imgPcomon = new Image();
    imgPcomon.src = "/romania/images/masthead/ro_cercetare3_on.gif";
    imgSeedon = new Image();
    imgSeedon.src = "/romania/images/masthead/ro_distributie3_on.gif";
    imgResearchon = new Image();
    imgResearchon.src = "/romania/images/masthead/ro_productia3_on.gif";
    imgFinanceon = new Image();
    imgFinanceon.src = "/romania/images/masthead/ro_pcom2_on.gif";
    img4on = new Image();
    img4on.src = "/images/spacer136.gif";
    img5on = new Image();
    img5on.src = "/images/spacer150.gif";
    img6on = new Image();
    img6on.src = "/images/spacer110.gif";

    imgProductsoff = new Image();
    imgProductsoff.src = "/romania/images/masthead/ro_produsele3_off.gif";
    imgSalesoff = new Image();
    imgSalesoff.src = "/romania/images/masthead/ro_aditivi2_off.gif";
    imgContactoff = new Image();
    imgContactoff.src = "/romania/images/masthead/ro_prima_off.gif";
    imgHomeoff = new Image();
    imgHomeoff.src = "/romania/images/masthead/ro_conAfu_off.gif";
    imgPcomoff = new Image();
    imgPcomoff.src = "/romania/images/masthead/ro_cercetare3_off.gif";
    imgSeedoff = new Image();
    imgSeedoff.src = "/romania/images/masthead/ro_distributie3_off.gif";
    imgResearchoff = new Image();
    imgResearchoff.src = "/romania/images/masthead/ro_productia3_off.gif";
    imgFinanceoff = new Image();
    imgFinanceoff.src = "/romania/images/masthead/ro_pcom2_off.gif";
    img4off = new Image();
    img4off.src = "/images/spacer136.gif";
    img5off = new Image();
    img5off.src = "/images/spacer150.gif";
    img6off = new Image();
    img6off.src = "/images/spacer110.gif";
}
	
//Function to activate images.
function imgOn (imgName) {
	if (document.images) {
	  document[imgName].src = eval(imgName + "on.src");
	}
}

//Function to deactivate images.
function imgOff (imgName) {
	if (document.images) {
	  document[imgName].src = eval(imgName + "off.src");
	}
}

function fnChangeBG(obj)
{
	obj.style.backgroundcolor = "#ffffff";
}

function fnReturnBG(obj)
{
	obj.bgcolor = "#ffcc66";
}

//function use for dropdown in footer to take user to the specif url
function fnGetHTML(myHTML)
{
	var NS4 = (document.layers) ? true : false;

	if(NS4)
	{
		myHTML = myHTML[myHTML.selectedIndex].value;
		top.location.href = myHTML;
	}
	else
	{
		myHTML = myHTML[myHTML.selectedIndex].value;
		top.location.href = myHTML;
	}
}
//-->