// JavaScript Document

function cambiaremp(est){
if(est==0)	
{
document.imgempresa.src="images/MENU/empresa22.jpg";
}
else{
document.imgempresa.src="images/MENU/empresa111.jpg";
}
}
function cambiarpro(est){
if(est==0)	
{
document.imgproducto.src="images/MENU/productos22.jpg";
}
else{
document.imgproducto.src="images/MENU/productos1.jpg";
}
}
function cambiarser(est){
if(est==0)	
{
document.imgservicio.src="images/MENU/servicios22.jpg";
}
else{
document.imgservicio.src="images/MENU/servicios1.jpg";
}
}

function cambiarins(est){
if(est==0)	
{
document.imginstal.src="images/MENU/instal22.jpg";
}
else{
document.imginstal.src="images/MENU/instal1.jpg";
}
}

function cambiarubi(est){
if(est==0)	
{
document.imgubicacion.src="images/MENU/ubicacion2.jpg";
}
else{
document.imgubicacion.src="images/MENU/ubicacion.jpg";
}
}

function cambiarubi(est){
if(est==0)	
{
document.imgubicacion.src="images/MENU/ubicacion22.jpg";
}
else{
document.imgubicacion.src="images/MENU/ubicacion1.jpg";
}
}

function cambiarped(est){
if(est==0)	
{
document.imgpedido.src="images/MENU/pedidos22.jpg";
}
else{
document.imgpedido.src="images/MENU/pedidos1.jpg";
}
}

function cambiarpre(est){
if(est==0)	
{
document.imgpresupuesto.src="images/MENU/presu22.jpg";
}
else{
document.imgpresupuesto.src="images/MENU/presu1.jpg";
}
}
function cambiarlin(est){
if(est==0)	
{
document.imglinks.src="images/MENU/links22.jpg";
}
else{
document.imglinks.src="images/MENU/links1.jpg";
}
}
function cambiarcon(est){
if(est==0)	
{
document.imgcontacto.src="images/MENU/contacto22.jpg";
}
else{
document.imgcontacto.src="images/MENU/contacto1.jpg";
}
}

function cambiartub(est){
if(est==0)	
{
document.imgtubo.src="images/MENU/tubo22.jpg";
}
else{
document.imgtubo.src="images/MENU/tubo1.jpg";
}
}
function cambiareje(est){
if(est==0)	
{
document.imgeje.src="images/MENU/ejes22.jpg";
}
else{
document.imgeje.src="images/MENU/ejes1.jpg";
}
}
function cambiarpas(est){
if(est==0)	
{
document.imgpasador.src="images/MENU/pasador2.jpg";
}
else{
document.imgpasador.src="images/MENU/pasador.jpg";
}
}

var mov;
var xpos=-200;

function VerSubMenu() {
if (mov==2) { mov=-2} else {mov=2};
document.getElementById("submenu1").style.top=parseInt(document.getElementById("puntero").style.top)+0+"px";
document.getElementById("submenu1").style.visibility="visible"; 
MoverMenu() }

function MoverMenu(){
xpos=xpos+300*mov;
if(xpos <- 400) {xpos=-400};
if(xpos > 10) {xpos=335};
document.getElementById("submenu1").style.left=xpos+"px";
if (xpos <=-400 || xpos >=335) {window.clearTimeout() } else {window.setTimeout("MoverMenu();",100);} }

function prueba(){
 document.getElementById('puntero').innerHTML= document.getElementById("submenu1");

}
function empresaload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='370' width='527' src='empresa.html'>	 </iframe>";


}
function serviciosload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='460' width='532' src='servicios.html'>	 </iframe>";


}
function instalacionesload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='450' width='528' src='instalaciones.html'>	 </iframe>";

}
function ubicacionload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='400' width='528' src='ubicacion.html'>	 </iframe>";
}
function pedidosload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='510' width='528' src='pedidos.php'>	 </iframe>";

}
function presupuestosload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='640' width='532' src='presupuestos.html'>	 </iframe>";

}
function linksload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='340' width='528' src='links.html'>	 </iframe>";

}
function contactoload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='460' width='528' src='contacto.html'>	 </iframe>";

}
function tubosload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='490' width='535' src='tubos.php'>	 </iframe>";

}
	function ejesload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='380' width='528' src='ejes.php'>	 </iframe>";

}
function pasadorload()
{
document.getElementById('principal').innerHTML ="<iframe align='top' frameborder='0' height='380' width='528' src='pasador.php'>	 </iframe>";

}
