/* **********************************************
           alienPORT script extensions 
 customMenuS(this,'OXFix"+sLEVEL+"a',"+sLEVEL+",'a')

 notes: if(window.customMenuS) exists
          or 
        if(typeof yourFunctionName == 'function') { yourFunctionName();}

   ********************************************** */
function customMenuS(OB,nClass,level,xtype)   // xtype: a-mouseover,h-mouseout
 { if(OB){OB.className=nClass;}
/*    if (xtype=="a"){document.getElementById("COLUMN_1A").style.backgroundImage="url(/user/design/images/hr_g.png)";document.getElementById("COLUMN_2A").style.backgroundImage="url(/user/design/images/hr_g.png)";document.getElementById("COLUMN_3A").style.backgroundImage="url(/user/design/images/hr_g.png)";}
     else{document.getElementById("COLUMN_1A").style.backgroundImage="none";document.getElementById("COLUMN_2A").style.backgroundImage="none";document.getElementById("COLUMN_3A").style.backgroundImage="none";}
*/
 }
