barra_top_online_service ();
online_service();
barra_fondo_online_service ();


agregaritem (":: Cursos SEO","../cursos_en_linea_motores_de_busqueda.htm");
agregaritem (":: Blogs","http://handcrafts.blogspot.com");
agregaritem (":: Boletines","index.htm"); 
agregaritem (":: Intercambio de links","../intercambio_de_link.htm"); 
agregaritem (":: Clientes","../clientes_posicionamiento.htm"); 
header_buscador();
buscador();



function agregaritem (item, vinculo)
{
	window.document.write("<TABLE bgColor=#f2f2f2 width=158 ><TBODY>");
    window.document.write("<TD background=../images/index2_r19_c1.jpg height=23 valign=top><A class='fuentemenu' href='"+vinculo+"'>"+item+"</A></TD>");
	window.document.write("</TBODY></TABLE>");
  
}

						
function barra_top_online_service ()
{
    window.document.write("<TABLE bgColor=#f2f2f2 width=158 ><TBODY>");
    window.document.write("<td background=../images/index2_r4_c1.jpg height=34><p valign=top align=center><font face=Trebuchet MS><b>Servicio en línea</b></font></td>");
    window.document.write("</TBODY></TABLE>");

}

function barra_fondo_online_service ()
{
    window.document.write("<TABLE bgColor=#f2f2f2 width=158><TBODY>"); 
    window.document.write("<td background=../images/index2_r15_c1.jpg height=48 width=158><p valign=top align=center><font face=Trebuchet MS><b>Contacte a uno de nuestros operadores</b></font></td>");
    window.document.write("</TBODY></TABLE>");

}

function online_service ()
{
        window.document.write("<A href='http://chat.boldchat.com/chat/visitor.jsp?cdid=4101204179' align='center'><IMG alt='servicio en línea' border=0 height=91 src='../images/index2_r8_c1.jpg' width=156 Valign='top' bgColor=#f2f2f2></A>");
    

}

function header_buscador ()
{
    window.document.write("<TABLE bgColor=#f2f2f2 width=158><TBODY>"); 
    window.document.write("<td background=../images/arriba_fondo.jpg><b><font face=Arial size=2>&nbsp; Busqueda</font></b></td>");
        window.document.write("</TBODY></TABLE>");

}


function buscador ()
{

  window.document.write(" <TABLE bgColor=#f2f2f2><form METHOD=get ACTION=http://search.atomz.com/search/>"); 
    window.document.write("<tr><td background=../images/fondo.jpg width= 157>&nbsp;");     
   window.document.write(" <input size=14 name=spq style=font-size: 10pt>"); 
     window.document.write(" <input type=hidden name=sp-a value=sp0a270500>"); 
     window.document.write(" <input type=hidden name=sp-p value=any>"); 
     window.document.write(" <input type=hidden name=sp-f value=iso-8859-1> "); 
    window.document.write("<input name=buscar type=image src=../images/buscar.jpg width=16 height=17 align=center alt=buscar></td>"); 
   window.document.write("</tr></form></table>");
}