//Fichero .js principal JMJ 2005


function ELIZA_MENUtop_Option(ref,img,txt){
                document.write('<td align="center" width="6%">');
                document.write('<a href="'+ref+'" class="top">');
                document.write('<font size="1" face="Arial">');
                document.write('<img src="'+img+'" border="0">');
                document.write('<br>');
                document.write(txt);
                document.write('</font>');
                document.write('</a>');
                document.write('</td>');
   							return;}






//Inicio y estilos
function ELIZA_HeadAndStyleOld(){

	document.write('<head>');

	document.write('<TITLE>ELIZA (jmj.es)</TITLE>');

	document.write('</head>');

   document.write('<body> <topmargin="0" leftmargin="0">');

	document.write('<style type="text/css">');
	document.write('A:link		{text-decoration:none;     color:#0F0F0F;}');
	document.write('A:visited	{text-decoration:none;     color:#0F010F;}');
	document.write('A:active	{text-decoration:none;     color:#000000;}');
	document.write('A:hover		{text-decoration:underline;color:#0F0F01;}');
	document.write('A.top:link		{text-decoration:none;     color:#FFFFFF;}');
	document.write('A.top:visited	{text-decoration:none;     color:#FFF1FF;}');
	document.write('A.top:active	{text-decoration:none;     color:#F0F0F0;}');
	document.write('A.top:hover		{text-decoration:underline;color:#FFFFF1;}	');
	document.write('#x1             {font-size:8pt}');
		document.write('body {');
		 document.write('scrollbar-face-color      : #357892;  ');
		 document.write('scrollbar-shadow-color    : #0F0F0F;  ');
		 document.write('scrollbar-highlight-color : #F0F0F0;  ');
		 document.write('scrollbar-3dlight-color   : #8F8F8F;  ');
		 document.write('scrollbar-darkshadow-color: #0F0F0F;  ');
		 document.write('scrollbar-track-color     : #EFEFEF;  ');
		 document.write('scrollbar-arrow-color     : #010101;  ');
		     document.write('}');
  document.write('</style>');

  document.write('</body>');
  return;}

//Inicio y estilos
function ELIZA_HeadAndStyle(){
 document.write('<head>');
 document.write('<TITLE>Eliza - JMJ</TITLE>');
  //document.write('<META HTTP-EQUIV="pragma" CONTENT="no-cache">');
  //document.write('<META HTTP-EQUIV="cache-control" CONTENT="no-cache">');
  //document.write('<META HTTP-EQUIV="Expires" CONTENT="-1">');
 document.write('</head>');
 document.write('<body topmargin="4" leftmargin="4">');
  document.write('<style type="text/css">');
	document.write('A:link		{text-decoration:none;     color:#000000;}');
	document.write('A:visited	{text-decoration:none;     color:#404040;}');
	document.write('A:active	{text-decoration:none;     color:#000000;}');
	document.write('A:hover		{text-decoration:underline;color:#000070;}');
	document.write('form{ MARGIN-TOP: 0pt; MARGIN-BOTTOM: 0pt; }');
	document.write('A.top:link	{text-decoration:none;     color:#FFFFFF;}');
	document.write('A.top:visited	{text-decoration:none;     color:#FFFFDF;}');
	document.write('A.top:active	{text-decoration:none;     color:#FFFFFF;}');
	document.write('A.top:hover	{text-decoration:underline;color:#FFFFFF;}');
	document.write('#x1             {font-size:8pt}	');
	document.write('body {');
	document.write('scrollbar-face-color      : #3060A0;  ');
	document.write('scrollbar-shadow-color    : #0F0F0F;  ');
	document.write('scrollbar-highlight-color : #F0F0F0;  ');
	document.write('scrollbar-3dlight-color   : #8F8F8F;  ');
	document.write('scrollbar-darkshadow-color: #0F0F0F;  ');
	document.write('scrollbar-track-color     : #EFEFEF;  ');
	document.write('scrollbar-arrow-color     : #010101;  ');
	document.write('background                : #FFFFFF;  ');
	document.write('}');
  document.write('</style>');
	document.write('</head>');
  return;}







//Cabecera con botones
function ELIZA_BodyAndTableHeaderOld(){

 document.write('<table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#000000">');
 document.write('<td>');

 	 document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFEFAF">');
    document.write('<tr>');
    		 
        document.write('<td align="left" width="99%" bgcolor="#1794AD">');
        document.write('<a href="http://www.jmj.es/eliza">');
        document.write('<font color="#000080" size="5" face="Verdana">');
        document.write('<img src="media/elz_topbar.gif" border="0">');
        document.write('</a>');
        document.write('</td>');
        
        document.write('<td align="right" valign="bottom" width="1%" bgcolor="#1794AD">');
	         document.write('<table border="0" cellpadding="4" cellspacing="4" width="100%">');            
            document.write('<tr>');
                
   		   ELIZA_MENUtop_Option("docs.htm","media/man.gif","Manuales");
   		   ELIZA_MENUtop_Option("places.htm","media/ball.gif","Centros");
        
				document.write('<td width="50"></td>');             
            document.write('</tr>');
            document.write('</table>');
        document.write('</td>');

    document.write('</tr>');
    document.write('</table>');

 document.write('</td>');
 document.write('</table>');

 document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
  document.write('<tr>');
  document.write('<td witdht="10"></td>');
  document.write('<td>');//....

				return;}









function ELIZA_MENUtop_Option(ref,img,txt){
 document.write('<td align="center" width="6%">');
 document.write('<a href="'+ref+'" class="top">');
 document.write('<img src="'+img+'" border="0">');
 document.write('<font size="1" face="Arial"><br>'+txt+'</font></a></td>');
 return;}
function ELIZA_BAR(col){
 document.write('<td width="1" bgcolor="'+col+'">&nbsp;</td>');
 return;}


//Cabecera con botones
function ELIZA_BodyAndTableHeader(){

document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">');
document.write('<tr>');
document.write('<td>');
 document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFEFAF"> ');
 document.write('<tr>');

	ELIZA_BAR("#87B7E7");
	ELIZA_BAR("#80B0E0");
	ELIZA_BAR("#77A7D7");
	ELIZA_BAR("#70A0D0");
	ELIZA_BAR("#6797C7");
	ELIZA_BAR("#6090C0");
	ELIZA_BAR("#5787B7");
	ELIZA_BAR("#5080B0");
	ELIZA_BAR("#4777A7");
	ELIZA_BAR("#4070A0");
	ELIZA_BAR("#3767A7");

	document.write('<td align="left" width="10%" bgcolor="#3060A0"><!td align="left" width="99%" bgcolor="#357892">');
	document.write('<a href="http://www.jmj.es/eliza">');
	document.write('<font color="#000080" size="5" face="Verdana">');

	document.write('<img src="media/cube_topt.gif" border="0">');
	document.write('</a>');
	document.write('</td>');

	document.write('<td align="right" width="85%" bgcolor="#3060A0"><!"#4080A0"><!td align="right" width="1%" bgcolor="#357892">        ');

		document.write('<table border="0" cellpadding="4" cellspacing="4" width="1%">            ');
		document.write('<tr>');
		document.write('<td>  ');              

   		ELIZA_MENUtop_Option("docs.htm","media/man.gif","Manuales");
   		ELIZA_MENUtop_Option("places.htm","media/ball.gif","Centros");

		document.write('</td>');
		document.write('</tr>');

		document.write('</table>');
	document.write('</td>');

	ELIZA_BAR("#3767A7");
	ELIZA_BAR("#4070A0");
	ELIZA_BAR("#4777A7");
	ELIZA_BAR("#5080B0");
	ELIZA_BAR("#5787B7");
	ELIZA_BAR("#6090C0");
	ELIZA_BAR("#6797C7");
	ELIZA_BAR("#70A0D0");
	ELIZA_BAR("#77A7D7");
	ELIZA_BAR("#80B0E0");
	ELIZA_BAR("#87B7E7");

document.write(' </tr>');
document.write(' </table>');

document.write('</td>');
document.write('</table>');

 document.write('<table border="0" cellpadding="2" cellspacing="0" width="100%">');
  document.write('<tr>');
  document.write('<td witdht="10"></td>');
  document.write('<td>');//....

  return;}





//Fin de pagina
function ELIZA_EndData(){
  document.write('</td> <td width="15"></td>  </tr>');
  document.write('<tr><td width="10" bgcolor="#000000"></td>');
  document.write('<td align="right" bgcolor="#000000">');
	document.write('<a href="http://www.jmj.es"><font color="#FFFFFF" size="2" face="Times News Roman">[<b> J.M.J.</b> ]</font></a><br>');
	document.write('<font color="#FFFFFF" size="1" face="Arial">   902 362 915 - </font> ');
	document.write('<font color="#FFFFFF" size="1" face="Arial">Condesa Mencia 167 bajos - 09006 Burgos</font>');
	document.write('</td>  <td width="15" bgcolor="#000000"><a href="http://www.jmj.es"><img src="media/small_jmj.gif" border="0"></a></td>  </tr>');
  document.write('</table> ');

				return;}


































