///////////////////////////////////////////////////
/*Fichero .js principal JMJ 2007-2008*/





///////////////////////////////////////////
// Funciones PRINCIPALES
//	definicion de paginas:
//	2. JMJ_Apertura / JMJ_Apertura_Main
//	3. datos de la pagina
//	4. JMJ_Cierre
///////////////////////////////////////////

function JMJ_Apertura(){
		JMJ_HeadAndStyle();
		JMJ_HeaderTable();
		 JMJ_BeginMainTable();
		  JMJ_DummyLeft();
		 JMJ_BeginUserTable();	
		return;}

function JMJ_Apertura_Main(){
		JMJ_HeadAndStyle();
		JMJ_HeaderTable();
		 JMJ_BeginMainTable();
		  JMJ_BarLeft();
		 JMJ_BeginUserTable();	
		return;}

function JMJ_Apertura_Hosting(){
		JMJ_HeadAndStyle();
		JMJ_HeaderTable();
		 JMJ_BeginMainTable();
		  JMJ_BarHostingLeft();
		 JMJ_BeginUserTable();	
		return;}


function JMJ_Cierre(){
		JMJ_EndUserTable();
		JMJ_JmjData();
		return;}

/////////////////////////////////////////// 
// funciones viejas
 function JMJ_HeadAndStyle(){return;}
 function JMJ_BodyAndTableHeader(){return;}
 
 function JMJ_VertMenu_A(){return;}
 function JMJ_VertMenu_B_Counter(){return;}
 function JMJ_VertMenu_C_JmjData(){return;}

 function JMJ_InData(){JMJ_Apertura();}
 function JMJ_EndData(){JMJ_Cierre();}
/////////////////////////////////////////// 










///////////////////////////////////////////
// Declaraciones 
///////////////////////////////////////////

var MEDIA_BASE = "media/";
var URL_BASE   = "";




///////////////////////////////////////////
// Funciones auxiliares
///////////////////////////////////////////

function JMJ_SetBase(MediaDir,UrlBase){		
	MEDIA_BASE=MediaDir;
	URL_BASE=UrlBase;
	return;}		

function JMJ_IMG(ImgFile){	        
	document.write('<img border="0" src="'+MEDIA_BASE+ImgFile+'">');
	return;}	

function JMJ_IMG(ImgFile,extr){	        
	document.write('<img border="0" '+extr+' src="'+MEDIA_BASE+ImgFile+'">');
	return;}	

function JMJ_IMGLink(ImgFile,Link){		
	document.write('<a href="'+URL_BASE+Link+'">');		
	JMJ_IMG(ImgFile);		
	document.write('</a>');
	return;}

function JMJ_IMGAbsLink(ImgFile,Link){		
	document.write('<a href="'+Link+'">');		
	JMJ_IMG(ImgFile);		
	document.write('</a>');
	return;}

function JMJ_BR(){
	document.write('<br>');
	return;}

function JMJ_LINK(texte,direction){
		//document.write('<font face="Verdana" size="1">');
		document.write('<a class="mnu" href="');
		document.write(URL_BASE+direction);			
		document.write('">');
		document.write(' ');	  	
		document.write(texte);	
		//document.write(' </font>');
		document.write('</a>');
		return;}













//////////////////////////////////////////////////////////////////////////////////////////////////////////////////





///////////////////////
//Estilos y Cabecera 
function JMJ_HeadAndStyle(){	

	document.write('<head>');	
	document.write('<meta http-equiv="Content-Language" content="es">');	
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');	
	document.write('<title>JMJ</title>');	
	document.write('<LINK REL="SHORTCUT ICON" HREF="http://www.jmj.es/media/jmj.ico"> ');	
	document.write('<style type="text/css">');	
	document.write('A:link		{text-decoration:none;color:#0F0F0F}');	
	document.write('A:visited	{text-decoration:none;color:#0F0F0F}');	
	document.write('A:active	{text-decoration:none;color:#0F0F0F}');	
	document.write('A:hover		{text-decoration:underline;color:#0F0F1F}');	
	/*document.write('#x1             {font-size:8pt}');		*/
	/*document.write('body {');		*/
	document.write('scrollbar-face-color: #FFEFAF;  ');		
	document.write('scrollbar-shadow-color    : #F0F0F0;  ');		
	document.write('scrollbar-highlight-color : #F0F0F0;  ');		
	document.write('scrollbar-3dlight-color   : #FFFFFF;  ');		
	document.write('scrollbar-darkshadow-color: #0F0F0F;  ');		
	document.write('scrollbar-track-color     : #FFEFAF;  ');		
	document.write('scrollbar-arrow-color     : #111111  }');	
	document.write('A {cursor:url("jmj.cur")}');	
	document.write('</style>');	
	document.write('<style type="text/css">');	
	document.write('a.mnu:link		{text-decoration:none;color:#5F5F5F}');	
	document.write('a.mnu:visited	{text-decoration:none;color:#5F5F5F}');	
	document.write('a.mnu:active	{text-decoration:none;color:#5F5F5F}');	
	document.write('a.mnu:hover   {text-decoration:underline;color:#5F5F5F}');	
	document.write('</style>');	
	document.write('</head>');		
	return;}


function JMJ_HeaderTable(){	
	//Barras superiores
	document.write('<body topmargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF">');
//document.write('<script type="text/javascript">LetSnow();</script>');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');	
	document.write('<tr>');	
	 document.write('<td width="150" valign="top" bgcolor="#FDFBF9" align="left" border="0" cellpadding="0" cellspacing="0">');
	 JMJ_IMGAbsLink('bbar_up.gif','http://www.jmj.es');
	 document.write('</td>');
	 document.write('<td valign="bottom" bgcolor="#FDFBF9" width="100%" border="0" cellpadding="0" cellspacing="0">');
	 	 document.write('<table border="0" width="100%"  cellpadding="0" cellspacing="0" >');   
		 document.write('<td align="left">');		
		 JMJ_IMGAbsLink('bbar_up2.gif','http://www.jmj.es');  
		 document.write('</td>');
		 document.write('<td align="right">');		
		 JMJ_IMGAbsLink('bbarlogo.gif','http://www.jmj.es');  
		 document.write('</td></table>');
 	 document.write('</td>');	
 	document.write('</tr>');
	document.write('<tr>');	
	 document.write('<td width="150" valign="top" bgcolor="#000000" align="right" border="0" cellpadding="0" cellspacing="0">');
		JMJ_IMGAbsLink('bbar_do.gif','http://www.jmj.es');
	 document.write('</td>');	
	 document.write('<td align="left" valign="bottom" bgcolor="#000000" width="100%" border="0" cellpadding="0" cellspacing="0">');
   	   document.write('<table border="0" width="100%"  cellpadding="0" cellspacing="0" >');   
            document.write('<td align="left">');		
		JMJ_IMGLink('bbar_home.gif','index.htm');
		JMJ_IMGLink('bbar_pro.gif','products.htm');
		JMJ_IMGLink('bbar_ser.gif','services.htm');
		JMJ_IMGLink('bbar_hos.gif','hosting.htm');
		JMJ_IMGLink('bbar_bus.gif','buscar.htm');
		JMJ_IMGLink('bbar_lin.gif','links.htm');
		JMJ_IMGLink('bbar_con.gif','contact.htm');
	    document.write('</td><td width="100%" align="left">');		
		JMJ_IMG("bbar.gif","width='100%' height='24'");
	    document.write('</td></table>');
	 document.write('</td>');	

	document.write('<tr>');	
	 document.write('<td width="150" valign="top" bgcolor="#FFFFFF" align="left" border="0" cellpadding="0" cellspacing="0">');
	 document.write('<br></td>');
	 document.write('<td valign="bottom" bgcolor="#FFFFFF" width="100%" border="0" cellpadding="0" cellspacing="0">');
	 document.write('<br></td>');	
	document.write('</tr>');

	document.write('</table>');

	return;}






















//Tabla principal del documento. [10][20%][10][80%][10]
function JMJ_BeginMainTable(){
	document.write('<table width="100%"  valign="top"  align="center" cellpadding="4" cellspacing="4">');	
	return;}



//Parte izquierda sin contenido
function JMJ_DummyLeft(){
	document.write('<tr>');
	document.write('<td width="10"></td>');
	document.write('<td width="15%" bgcolor="#EFEFEF"><br></td>');
	return;}

//Parte izquierda CON contenido
function JMJ_BarLeft(){
	document.write('<tr>');
	document.write('<td width="10"></td>');
	document.write('<td width="20%" align="center" valign="top">');
	 JMJ_MailFormInATable(); //mailform
	 JMJ_InquieroInATable(); //inquiero link
	 JMJ_PubliInATable();    //publicidad (hosting a3)
	document.write('</td>');
	return;}


function JMJ_BarHostingLeft(){
	document.write('<tr>');
	document.write('<td width="10"></td>');
	document.write('<td width="20%" align="center" valign="top">');
	 JMJ_MailFormInATable(); //mailform
	 JMJ_LinksInATable();
	document.write('</td>');
	return;}

function JMJ_BeginUserTable(){
	document.write('<td width="10"></td>');
	document.write('<td width="80%">');
	return;}

function JMJ_EndUserTable(){
	document.write('</td>');
	document.write('<td width="10"></td>');
	document.write('</tr>');
	document.write('</table>');	
	return;}





function JMJ_JmjData(){

		document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">');
		document.write('<tr align="center"><td align="center">');
		
		document.write('<hr>');

	     document.write('<font face="Verdana" size=1>');

		
	   document.write('<a class="mnu" href="contact.htm"> ¿Cómo llegar? </a> ');   
	   
		document.write(' | ');
		
		document.write('<a class="mnu" href="legal.htm"> Aviso legal </a> ');    
//		document.write('<br>');
      
		document.write(' | ');
      		  		  
        document.write('<a class="mnu" href="contact.htm">');    
		   document.write(' JMJ - Sinbur informatica sl ');    
		  document.write('</a>');    

		document.write(' | ');
		   
        document.write('<a class="mnu" href="contact.htm">');    
		   document.write(' C/Condesa Mencia 167 bajos, 09006 Burgos ');    
		  document.write('</a>');    

		document.write(' | ');
		  		  
       document.write('<a class="mnu" href="contact.htm">');    
		  document.write(' Tlf 902.362.915');    
		  document.write(' Fax 947.47.40.42');    
		 document.write('</a>');    
		  
		 document.write('<br>');   
 
		document.write('</td></tr></table>');
		return;}





function JMJ_MailFormInATable(){ //mailform
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"  align="center">');

	   document.write('<form name="mailform" action="http://jmj.es:9998/Login.aspx" method="post">');
	   document.write('<input type="hidden" name="shortcutLink" value="autologin" id="shortcutLink">');

	   document.write('<tr><td align="center">');
	   //document.write('<img src="media/sobre.gif" border=0>');
 	    
	    document.write('<table width="100%">');
	    document.write('<tr><td width="40">');
 	     JMJ_IMG("sobre.gif");
	    document.write('</td><td align="left">');
	     document.write('<font face="Verdana" size=1><b> CorreoWeb:</b></font>');
	   document.write('</td></tr></table>');

	   document.write('</td></tr>');

	   document.write('<tr><td>');
	   document.write(' <font  face="Arial" size=1>Correo (mail@dom.es)</font><br>');
	   document.write(' <input type="text" name="email" id="email" value="">');
	   document.write('</td></tr>');
        
	   document.write('<tr><td>');

     	document.write('<font  face="Arial" size=1>Contrase&ntilde;a<br>');

      	document.write('<input type="password" name="password" id="password" size="10">');

        document.write('<INPUT type=image align="absbottom" name="sa" src="'+MEDIA_BASE+'arrowml.gif">');
	   
	    
   	document.write(' </form>');
   	document.write('</td></tr>');

  	document.write('</table>');
	return;}





function JMJ_InquieroInATable(){ //inquiero link
	document.write('<br>');
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"  align="center"><tr><td align="center">');
	//document.write('<a href="http://www.inquiero.com/inquiero/web/digisign/digisign.asp?login=I21AM8u984988L8&lang=es&plain=on">');
	document.write('<a href="online.htm">');
	document.write(' <img border="0" src="media/support1.gif">');
//	document.write(' <img border="0" src="http://www.inquiero.com/inquiero/web/an/annds.asp?login=I21AM8u984988L8&lang=es">');
	document.write('</a>');
	document.write('<br>');
	  document.write('</td></tr></table>');
	return;}


function JMJ_LinksInATable(){
	//Bloque 1 panel de control
	document.write('<br>');
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"  align="center"><tr><td align="center">');
	
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"  align="left"><tr><td align="left">');
	  document.write('<font face="Verdana" size="2">');
		JMJ_VERT_MENUITEM("Panel de control","https://84.20.5.40:8443/");
	  document.write('</td></tr></table>');

	  document.write('</td></tr></table>');

	//Bloque 2 links
	document.write('<br>');
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"  align="center"><tr><td align="center">');
	
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"  align="left"><tr><td align="left">');
	  document.write('<font face="Verdana" size="2">');
	JMJ_VERT_MENUITEM("Hosting","hosting.htm");
	JMJ_VERT_MENUITEM("Alojamientos","hos_alo.htm");
	JMJ_VERT_MENUITEM("Dominios","hos_dom.htm");
	JMJ_VERT_MENUITEM("Servidores","hos_ser.htm");
	  document.write('</td></tr></table>');

	  document.write('</td></tr></table>');
	return;}



function JMJ_PubliInATable(){    //publicidad (hosting a3)
	document.write('<br>');
	  document.write('<table width="100%" bgcolor="#EFEFEF" border="0" cellpadding="5" cellspacing="5"><tr><td align="center">');
	document.write('<a href="http://www.digaa3.com/">');
	//document.write('<img border="0" src="media/digaa3.gif">');
document.write("<img src='media/a3lopd.gif' width='150' heigh='50' border='0'>");
	document.write('</a>');
	document.write('<br><br>');
	document.write('<a href="factunet.htm">');
	document.write('<img border="0" src="media/nts_factunet.gif">');
	document.write('</a>');
	document.write('<br><br>');
	document.write('<a href="ono.htm">');
	document.write('<img border="0" src="media/ono_curso.gif">');
	document.write('</a>');
	document.write('<br><br>');
	document.write('<a href="hosting.htm">');
	document.write('<img border="0" src="media/hosting.gif">');
	document.write('</a>');
	  document.write('</td></tr></table>');
	document.write('<br>');
	return;}






function JMJ_VERT_MENUITEM(texte,linke){
	JMJ_IMG("fl.jpg");
	JMJ_LINK(texte,linke);
	document.write('<br>');
	return;}










TD_ACTIVE_COLOR   =  "#F3D383";/*FFEFAF";*/
function TBLPi(){return;					  
	TBLP_OLD_COLOR=window.event.srcElement.parentElement.style.Color;
	window.event.srcElement.style.Color=TD_ACTIVE_COLOR;
	window.event.srcElement.parentElement.style.Color=TD_ACTIVE_COLOR;
	window.event.srcElement.parentElement.parentElement.style.Color=TD_ACTIVE_COLOR;
	window.event.srcElement.parentElement.parentElement.parentElement.style.Color=TD_ACTIVE_COLOR;
	window.event.cancelBubble=true;					  
	return;}

function TBLPo(){return;						
	window.event.srcElement.style.Color=TBLP_OLD_COLOR;
	window.event.srcElement.parentElement.style.Color=TBLP_OLD_COLOR;
	window.event.srcElement.parentElement.parentElement.style.Color=TBLP_OLD_COLOR;
	window.event.srcElement.parentElement.parentElement.parentElement.style.Color=TBLP_OLD_COLOR;
	window.event.cancelBubble=true;				
	return;}

function TBLPg(ref){
	href=ref;
	return;}

function JMJ_VertMenu_ALink(texte,refer){			
					document.write('<tr><td align="left">');	
					/*document.write('<font face="Verdana" size="2"><a class="mnu" href="');				*/
					document.write('<font face="Verdana" size="1"><a class="mnu" href="');				
					document.write(URL_BASE+refer);				
					document.write('">');			
					JMJ_IMG('fl.jpg');			
					document.write(' ');		  	
					document.write(texte);			
					document.write('   </a></font>');			
					document.write('</td></tr>');			
					return;}




function JMJ_GOOGLE_IN_BAR(){
	document.write('<hr>');	return;
	//Bloque de buscador	
   document.write('<!-- Búsqueda Google -->');	
   document.write('<br><center>');	
   document.write('<form method="get" action="http://www.google.es/custom" name="f" target="_top">');	
   document.write('<TABLE cellpadding="0" cellspacing="0"><tr>');	
   document.write('<td>');	
   document.write('<font size="1" face="Verdana" COLOR="#FFFFFF">');	
	JMJ_IMG('Logo_5F25blk.gif');
	document.write('<INPUT TYPE=hidden name=hl value=es>');	document.write('</font></td>');	document.write('<td valign="bottom">');	document.write('<p align="right">');	document.write('<font size="1" face="Verdana">');	document.write('<INPUT type=image name="sa" VALUE="..." src="'+MEDIA_BASE+'arrowsk.gif" width="22" height="22"></font></td></tr><tr>');	document.write('<td valign="bottom" colspan="2">');	document.write('<font size="1" face="Verdana">');	document.write('<INPUT TYPE=text name="q" size=11 maxlength=255 value=""></font></td></tr></TABLE>');	document.write('<input type="hidden" name="client" value="pub-6802760932928065"></input>');	document.write('<input type="hidden" name="forid" value="1"></input>');	document.write('<input type="hidden" name="ie" value="ISO-8859-1"></input>');	document.write('<input type="hidden" name="oe" value="ISO-8859-1"></input>');	document.write('<input type="hidden" name="cof" ');	document.write('value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>');	document.write('<input type="hidden" name="hl" value="es"></input>');	document.write('<script>document.f.q.focus();</script>');	document.write('</FORM>');	document.write('</center>');	document.write('<!-- Búsqueda Google -->');	document.write('</p>');

	return;}


/*Google con refeerer*/
function JMJ_GOOGLE_BIG(){
	/*Bloque de buscador	*/
   document.write('<!-- Búsqueda Google -->');	
   document.write('<form method="get" action="http://www.google.es/custom" name="f" target="_top">');
      document.write('<table><tr><td>');	
      JMJ_IMG('Logo_5F25wht.gif');      
	   document.write('</td></tr><tr><td>');	
	document.write('<INPUT TYPE=hidden name=hl value=es>');	document.write('<INPUT TYPE=text name="q" size="60%" maxlength=255 value="">');
      document.write('</td><td>');
	document.write(' <INPUT type=image name="sa" VALUE="..." src="'+MEDIA_BASE+'arrowsk.gif">');      document.write('</td><td></tr></table>');
	document.write('<input type="hidden" name="client" value="pub-6802760932928065"></input>');	document.write('<input type="hidden" name="forid" value="1"></input>');	document.write('<input type="hidden" name="ie" value="ISO-8859-1"></input>');	document.write('<input type="hidden" name="oe" value="ISO-8859-1"></input>');	document.write('<input type="hidden" name="cof" ');	document.write(' value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>');	document.write('<input type="hidden" name="hl" value="es"></input>');	document.write('<script>document.f.q.focus();</script>');	document.write('</FORM>');
	return;}




/* google sin referer*/
function JMJ_GOOGLE_PAGE(){
   /*document.write('<FORM method=GET action="http://www.google.com/search" name="f" target="_blank">');*/
   document.write('<FORM method=GET action="http://www.google.es/search" name="f" target="_top">');
   document.write('<table><tr><td>');	
   JMJ_IMG('Logo_5F25wht.gif');      
   document.write('</td></tr><tr><td>');	
	document.write('<input type="text" size="45" name="q" framewidth="4">');
   document.write('</td><td align="left">');

	document.write('<select name="meta" size="1">');
	document.write('<option selected value="lr=&amp;hl=es">Todo</option>');
	document.write('<option value="lr=lang_de&amp;hl=de">Alemán </option>');
	document.write('<option value="lr=lang_es&amp;hl=es">Español </option>');
	document.write('<option value="lr=lang_fr&amp;hl=fr">Francés </option>');
	document.write('<option value="lr=lang_en&amp;hl=en">Inglés </option>');
	document.write('<option value="lr=lang_it&amp;hl=it">Italiano </option>');
	document.write('<option value="lr=lang_pt&amp;hl=pt">Portugués </option>');
	document.write('<option value="lr=lang_sv&amp;hl=sv">Sueco </option>');
/*	document.write('<option value>Personalizado </option>');*/
	document.write('</select>');
   document.write('</td><td align="left">');
	document.write(' <INPUT type=image name="sa" VALUE="..." src="'+MEDIA_BASE+'arrowsk.gif" align="bottom" vspace="3">');      
	document.write('</td><td></tr></table>');
	document.write('<script>document.f.q.focus();</script>');
	document.write('</form>');
	return;}







function old_JMJ_VertMenu_A(){	document.write('<tr>');
      /*Celda completa izquierda  	*/
		document.write('<td valign="top" width="105" bgcolor="#000000" border="0" cellpadding="0" cellspacing="0"> ');
  		/*Tabla vertical interior en celda izq*/
		document.write('<table align="left" cellpadding="0" border="0" cellspacing="0"> ');			
		document.write('<tr><td>');		 			
		JMJ_IMGAbsLink('e3.gif','http://www.jmj.es');			
		document.write('</td></tr>');		 			
		/*Bloque de menus (dentro de subtabla)*/
		document.write('<tr><td><br>');		 
	 	document.write('<table width="95%" align="right" border="0"  cellpadding="0" cellspacing="0"><td>');
	 	document.write('<table width="95%" align="left" border="0"  cellpadding="3" cellspacing="3">');
	   /* JMJ_VertMenu_ALink("Quienes somos","who.htm");*/
 		JMJ_VertMenu_ALink("Productos","products.htm"); 				
		JMJ_VertMenu_ALink("Servicios","services.htm"); 				
		JMJ_VertMenu_ALink("Buscar","buscar.htm"); 				
		JMJ_VertMenu_ALink("Enlaces","links.htm"); 				
		JMJ_VertMenu_ALink("Contactar","contact.htm");			 
		document.write('</table>');			 
		document.write('</td></table>');	
		document.write('</td></tr>');
		/*celda de Bloque de buscador*/
		document.write('<tr><td>');		 
		JMJ_GOOGLE_IN_BAR();	
	/*FIN celda de Bloque de buscador	*/
	document.write('</td></tr>');		 

	/*Bloque inquiero	*/
	document.write('<tr><td align="center">');		 		
	document.write('<!---------- Begin Inquiero.com integration ---------->');
   /*document.write('<!a href="http://www.inquiero.com/inquiero/web/digisign/digisign.asp?login=I21AM8u984988L8&lang=es&plain=on">');*/
   /*document.write('<a href="online.htm">');*/		
	/*document.write('<img border="0" width="70%" src="http://www.inquiero.com/inquiero/web/an/annds.asp?login=I21AM8u984988L8&lang=es">');*/
	/*document.write('</a><br><br><br>');*/
	document.write('<!---------- End Inquiero.com integration ---------->');	
   document.write('</td></tr>');		 					
   return;}



function JMJ_WriteCounterLine(){
	/*document.write('<img src="/cgi-sys/Count.cgi?df=main.dat|display=Counter|ft=2|md=7|frgb=0;0;0|dd=E">');*/
	document.write('<img src="http://www.jmj.es/_vti_bin/fpcount.exe?Page=ctr|Image=1" alt="1-1-1996">');
	return;}


function JMJ_Counter_In_A_Cell(){
	document.write('<tr><td>');		 	
	document.write('<p align="center">');
	JMJ_WriteCounterLine();	
	document.write('</p><br>');
	document.write('</td></tr>');		 	
	return;}





function old_JMJ_VertMenu_B_Counter(){
		/*QUITADO , NO CABE!	 JMJ_Counter_In_A_Cell();*/
	return;}





function JMJ_EndPage_Counter(){	
		document.write('<p align="center">');	 
		JMJ_WriteCounterLine();	
		document.write('</p><br>');
		return;}

function old_JMJ_VertMenu_B_NoCounter(){			
		document.write('<tr><td>');
	 	document.write('<p align="center">');	
		document.write('</p><br>');			
		document.write('</td></tr>');		 	
		return;}


function JmjData_inCell(){   			
		document.write('<tr><td align="center">');		    
		 
		 document.write('<table border="0" width="60%" cellpadding="2" cellspacing="2">');
  		 
		 document.write('<tr><td align="center">');    

		  document.write('<font face="Verdana" size=1>');    

      		  document.write('<a class="mnu" href="contact.htm">');    
		   document.write('JMJ - Sinbur Informática SL<br>');    
		   document.write('C.Condesa Mencía 167 bajos, ');    
		   document.write('09006 Burgos<br>');    
		  document.write('Tlf&nbsp; 902 362 915 - 947 47 40 41  ');    
		  document.write('Fax&nbsp; 947 47 40 42<br>');    
		  document.write('</a>');    

		 document.write('</td></tr><tr><td>');    

			 document.write('<table width="50%" border="0" align="center">');
			 document.write('<tr><td>');    

			  document.write('<font face="Verdana" size=1>');    
			  document.write('<a class="mnu" href="legal.htm">Aviso legal</a>');    

			  document.write('</td><td>');    

			  document.write('<font face="Verdana" size=1>');    
			  document.write('<a class="mnu" href="contact.htm">¿Cómo llegar?</a>');   

			 document.write('</td></tr>');    
			 document.write('</table>');    
 
		  document.write('</tr></td>');    
		  document.write('</table>');    

		document.write('</td></tr>');		     
		return;}




function JMJ_EndData_WithCounter(){
	/*JMJ_Counter_In_A_Cell();*/
	JMJ_EndData();
	return;}



//////////////////////////////////////////////////////////////////////////////////////////////////////////


