function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
    return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}

function actual2(what)
{
	var flashMovie=getFlashMovieObject("myFlashMovie");
	flashMovie.GotoFrame(what);
	flashMovie.StopPlay();

}
function actual(what)
{
	var flashMovie=getFlashMovieObject("myFlashMovie");
	flashMovie.GotoFrame(what);
	flashMovie.Play();
}


function menuitem(what){
	$('#contenido').html('')
	$('#contenido').load(what+'.php')
	actual2('0');
}


function productos(what) {
	$('#contenido').html('')
	$('#contenido').load('productos.php?typo='+what)

}
function productostwo(what) {
	$('#productoscontainer').html('')
	$('#productoscontainer').load('productos.php?typo='+what)
	$('#productoscontainer').removeClass("padding15");
}
function productosthree(what) {
	$('#productoscontainer').html('')
	$('#productoscontainer').load('productos.php?typo='+what)
	$('#productoscontainer').removeClass("padding15");
	$('#productoscontainer').css('padding-left','0px')
	

}
function productos2(what,now) {
	$('#contenido').html('')
	$('#contenido').load('productos2.php?typo='+what+'&logo='+now)
}
function productossub(what) {
	$('#productoscontainer').html('')
	$('#productoscontainer').load('submenu.php?typo='+what)
}

function noticias(what) {
	$('#contenido').html('')
	$('#contenido').load('noticia.php?id='+what)
}

function detalleproducto(what) {
	$('#productoscontainer').html('')
	$('#productoscontainer').css('padding-left','15px')
	$('#productoscontainer').load('proddesc.php?id='+what)
}

function linkslogos(what,typo) {
	$('#contenido').html('')
	$('#contenido').load('proddesc2.php?id='+what+'&typos='+typo)
}



function detalleproductolist(what) {
	$('#servicios').html('')
	$('#productoscontainer').html('')
	$('#productoscontainer').load('proddesc.php?id='+what)
}
function detalleproductolist2(what) {
	$('#servicios').html('')
	$('#productos').html('')
	$('#productos').html('<img src="images/titservicios.png" />')
	$('#productoscontainer').html('')
	$('#productoscontainer').load('proddesc.php?id='+what)
}



function consultaproducto(what) {
	$('#productoscontainer').html('')
	$('#productoscontainer').load('consultaproducto.php?id='+what)
}


function comprar(what) {
	$('#productoscontainer').html('')
	$('#productoscontainer').load('comprar.php?id='+what)
}

function suscribe() {
	$('#contenido').html('')
	$('#contenido').load('formcapa.php')
}

function tyc() {
	$('#contenido').html('')
	$('#contenido').load('tyc.php')
}
function pdp() {
	$('#contenido').html('')
	$('#contenido').load('pdp.php')
}

