function cabecera() {
	document.write("<img src='/img/pegaso.gif' alt='' border='0'> &nbsp; <img src='/img/banner1.gif' alt='' border='0' width=460 height=68><img src='/img/cabecera-tmd.gif' alt='' border='0'>");
}

function pie() {
	document.write("<br><p class=textpetit>Desarrollo:<br><a href='http://www.adaptacionweb.com' target='_blank' class='petit'>Adaptaci&oacute;n.Web</a>");
}

function menu() {
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=140 bgcolor='#000066'><tr><td valign='top'><img src='/img/vertical-tmd.gif' alt='' border='0'></td><td valign='top'>");
	document.write("&nbsp;<br>");
	document.write("<a href='/cas/index.html' class='blanc'>Inicio</a><br>");
	document.write("<a href='/cas/info.html' class='blanc'>Informaci&oacute;n</a><br>");
	document.write("<a href='/cas/servicios.html' class='blanc'>Servicios</a><br>");
	document.write("<a href='/cas/vehiculos/index.html' class='blanc'>Veh&iacute;culos</a><br>");
	document.write("<a href='/cas/contacto.html' class='blanc'>Contacto</a><br>");
	document.write("<a href='/cas/enlaces.html' class='blanc'>Enlaces</a><br>");
	document.write("<a href='/cas/faq.html' class='blanc'>FAQ</a>");
	document.write("</td></tr><tr><td colspan=2 align='center'><br><p>&nbsp;<br>");
	document.write("<img src='/img/sobre.gif' border='0' alt='' valign='middle'><br><a href='mailto:info@talleresmotordiesel.com' class='blanc'>e-mail</a>");
	document.write("<p><a href='/cat/index.html'><img src='/img/cat.gif' alt='Catal&agrave;' border='0'></a>");
	document.write("&nbsp;<a href='/eng/index.html'><img src='/img/eng.gif' alt='English' border='0'></a> ");
	document.write("</td></tr></table>");
}

function verFoto(nombre,texto,anchura,altura) {
	Ventana=open("","","top=10,left=100,toolbar=no,directories=no,menubar=no,width="+anchura+",height="+altura);
	Ventana.document.write("<head><title>"+texto+"</title></head><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><table border=0 cellspacing=0 cellpadding=0><tr><td><img src="+nombre+" alt='"+texto+"' border=0></td></tr></table></body>");
}
