/* Master of Tables ! 
      
                  /F!!!!!!!!/'./1!!/' ./3!!!!!!!!\.  /X!/'  /!!/'            
                /#/'''''''''  '/#/' /!!/'''''/##/' /##/'  /##/'           
              /#/'           /#/'  ''''   ./##'   \##\' /##/'              
            /#!!!!!!/'     /#/'       /<<<<'      '''><''''         
          /#/'''''''     /#/'        ''''\#\'  /##/' \##\         
        /#/'           /#/' /!!/       /##/' /##/'  /##/'
      /!/'           /!/' '\/!!!!!!!!!!!/' /!!/'  /!!/'
      '''            '''    '''''''''''    ''''   ''''

www.F13X.com 

Menue Funktionen > menu.js > part of F13X HP */

function MainMenuOver1(aobject, linkcolor, bgcolor){			
	element = aobject.id.substring (0, aobject.id.length - 7);
	aobject.style.backgroundColor = bgcolor;
	aobject.style.cursor = "hand";
}

function MainMenuOut1 (aobject, linkcolor, bgcolor){
	element = aobject.id.substring (0, aobject.id.length - 7);			
	aobject.style.backgroundColor = bgcolor;
}

