function mn(name, url)
{
if(url != null)
document.write("<tr><td nowrap class='dl' onMouseOut=\"menuOut('rollimg2');\" onMouseOver=\"menuOver('rollimg2');\">&nbsp;&nbsp;<a href='" + url + "' class='dl' title='" + name + "'>" + name + "</a></td></tr>");
else
document.write("<tr><td nowrap class='dl' onMouseOut=\"menuOut('rollimg2');\" onMouseOver=\"menuOver('rollimg2');\">&nbsp;&nbsp;<a href='#' class='dl' title='" + name + "'>" + name + "</a></td></tr>");
}
function RenderSubMenu(menuNumber)
{
	
if(menuNumber == 1)
{
document.write("<table width='70' class='Menu' bgcolor='#CCCCCC' border='0'>");
mn("Alternador VW Sedan", "vocho-alternador.php");
mn("Regulador del Generador", "vocho-regulador-generador.php");
mn("Inyectores Sedan 1600i", "vocho-inyectores.php");
mn("Bujias volkswagen Sedan ", "vocho-bujias.php");

document.write("</table>");
}

if(menuNumber == 2)
{
document.write("<table width='156' class='Menu' bgcolor='#CCCCCC' border='0'>");
//mn("Manual Jetta", "jetta.htm");
//mn("Manual Passat", "lecciones/jetta.pdf");
//mn("Manual Beetle", "beetle.htm");
//mn("Manual Polo", "polo.htm");
//mn("Manual Pointer", "pointer.htm");
//mn("Manual Golf", "golf.htm");
//mn("Manual Vocho", "vocho/index.htm");


document.write("</table>");
}

if(menuNumber == 3)
{
document.write("<table width='50' class='Menu' bgcolor='#CCCCCC' border='0'>");

//mn("Manual Ford Ka", "ka.htm");
//mn("Manual Windstar", "windstar.htm");
//mn("Camionetas Ford", "f150.htm");
//mn("Ford Navigator", "navigator.htm");


document.write("</table>");
}

if(menuNumber == 4)
{
document.write("<table width='156' class='Menu' bgcolor='#CCCCCC' border='0'>");
//mn("Manual Tsuru", "tsuru.htm");
//mn("Manual Platina", "platina.htm");


document.write("</table>");
}

if(menuNumber == 5)
{
document.write("<table width='156' class='Menu' bgcolor='#CCCCCC' border='0'>");

//mn("Honda Accord", "accord.htm");
//mn("Honda Civic", "civic.htm");

document.write("</table>");
}

if(menuNumber == 6)
{
document.write("<table width='80' class='Menu' bgcolor='#CCCCCC' border='0'>");

//mn("Manual Neon", "neon.htm");
//mn("Manual Stratus", "stratus.htm");


document.write("</table>");
}


if(menuNumber == 7)
{
document.write("<table width='156' class='Menu' bgcolor='#CCCCCC' border='0'>");
//mn("Fuel Injection", "inyeccion.htm");
//mn("Manuales Lap Top", "laptop.htm");



document.write("</table>");
}


}
var DDMMenuCount = 7;

