<!--
  {

		
	imahen1_on           = new Image();
	imahen1_on.src       =  "images/buttons/on.gif";
	imahen1_off          = new Image();
	imahen1_off.src      =  "images/buttons/off.gif";
	

      imahen2_on           = new Image();
	imahen2_on.src       =  "images/eurologo_en.gif";
	imahen2_off          = new Image();
	imahen2_off.src      =  "images/eurologo_blue_en.gif";
	 

      imahen3_on           = new Image();
	imahen3_on.src       =  "navigation_index/winepromo_on.gif";
	imahen3_off          = new Image();
	imahen3_off.src      =  "navigation_index/winepromo_off.gif";
	  
       imahen4_on           = new Image();
	imahen4_on.src       =  "navigation_index/products_on.gif";
	imahen4_off          = new Image();
	imahen4_off.src      =  "navigation_index/products_off.gif";

	
        imahen5_on           = new Image();
	imahen5_on.src       =  "navigation_index/contact_on.gif";
	imahen5_off          = new Image();
	imahen5_off.src      =  "navigation_index/contact_off.gif";


        imahen6_on           = new Image();
	imahen6_on.src       =  "navigation_index/request_on.gif";
	imahen6_off          = new Image();
	imahen6_off.src      =  "navigation_index/request_off.gif";

        imahen7_on           = new Image();
	imahen7_on.src       =  "navigation_index/links_on.gif";
	imahen7_off          = new Image();
	imahen7_off.src      =  "navigation_index/links_off.gif";

         	  }


  function imahenAdj(imahenDocID, mouseMov) {
   {
      if ( mouseMov == "in" ) {
         document.images[imahenDocID].src = eval(imahenDocID + "_on.src");
               }
      if ( mouseMov == "out" ) {
         document.images[imahenDocID].src = eval(imahenDocID + "_off.src");
               }
   }
 }


 // -->





         