function mOvr(src) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = 'hand';
	 src.children.tags('A')[0].className="serv2";
	}
 }
 
 function mOut(src) {
	if (!src.contains(event.toElement)) {
	 src.style.cursor = 'default';
	 src.children.tags('A')[0].className="serv";
	}
 }
 
 function mClk(src) {
 if(event.srcElement.tagName=='TD')
	 src.children.tags('A')[0].click();
 }
 function toUpper(objeto){
        objeto.value=objeto.value.toUpperCase();
	
	
}
function menuPrincipal(profundidad) {
 document.write('  <table width="145" border="0" cellspacing="0" cellpadding="0">');     

                       document.write('     <tr>');
                       document.write('     <td  width="100%"><a href="/inicio.htm"><img src="/imagen/fotomenu.jpg" width="139" height="127" border="0"></a></td>');
                       document.write('    </tr> ');
                       document.write('    <tr> '); 
                       document.write('    <td width="100%" ><a href="#" class="serv" onMouseOver="popUp(\'elMenu1\',event)" onMouseOut="popDown(\'elMenu1\')">&nbsp;our company</a></td> ');
                       document.write('     </tr>');
                       document.write('     <tr>');
                       document.write('     <td  width="100%"><img src="/imagen/trans.gif" width="1" height="5"></td>');
                       document.write('    </tr> ');
                       document.write('    <tr> '); 
                       document.write('    <td width="100%" ><a href="/ingles/calidad/i_cali1.htm" class="serv">&nbsp;our quality</a></td> ');
                       document.write('     </tr>');   
                       document.write('     <tr>');
                       document.write('     <td  width="100%"><img src="/imagen/trans.gif" width="1" height="5"></td>');
                       document.write('    </tr> ');
                       document.write('    <tr> '); 
                       document.write('    <td width="100%"> <a href="#" class="serv" onMouseOver="popUp(\'elMenu2\',event)" onMouseOut="popDown(\'elMenu2\')">&nbsp;our program</a></td> ');
                       document.write('     </tr>');    
      		           document.write('     <tr>');
                       document.write('     <td  width="100%"><img src="/imagen/trans.gif" width="1" height="5"></td>');
                       document.write('    </tr> ');
                       document.write('    <tr> '); 
		               document.write('    <td width="100%" ><a href="#" class="serv" onMouseOver="popUp(\'elMenu3\',event)" onMouseOut="popDown(\'elMenu3\')">&nbsp;our sectors</a></td> ');
		               document.write('     </tr>');
		               document.write('     <tr>');
		               document.write('     <td  width="100%"><img src="/imagen/trans.gif" width="1" height="5"></td>');
                       document.write('    </tr> ');
					    document.write(' <tr>');
         				document.write('<td width="100%" align="center" ><img src="/imagen/fle.gif"></td>');
       					document.write(' </tr>');
                       document.write('    <tr> '); 
					   document.write('     <td  width="100%"><img src="/imagen/trans.gif" width="1" height="5"></td>');
						document.write(' </tr>');
		               document.write('    <td width="100%" ><a href="#" class="serv" onMouseOver="popUp(\'elMenu4\',event)" onMouseOut="popDown(\'elMenu4\')">&nbsp;Contact us</a></td> ');
		               document.write('     </tr>');
					         document.write('     </tr>');
					                          document.write('    <tr> '); 
					   document.write('     <td  width="100%"><img src="/imagen/trans.gif" width="1" height="15"></td>');
						document.write(' </tr>');
					  document.write(' <tr>');
		               document.write('    <td width="100%" ><a href="http://www.refko.de" class="N8B" target="_blank">www.refko.de</a></td> ');
		               document.write('     </tr>');
					   					   			document.write(' <br>');
  	document.write(' <tr>');
		               document.write('    <td width="100%" ><a href="http://www.reotix.com" class="N8B" target="_blank">www.reotix.com</a></td> ');
		               document.write('     </tr>');
					   			document.write(' <br>');
								 document.write('    </table> '); 
          }