
var tiempo=0;
function abrirPrevision()
{
  if(tiempo)
  {
    if(!tiempo.closed) tiempo.close();
  }
  tiempo = open('http://www.inm.es', 'tiempo');
}



function inicio()
{
  
  document.location='http://www.fisher-nautic.com';
}

var popUpWin=0;
function popup ( URL){
	URL="http://www.fisher-nautic.com/datos/MuestDatosMotoras/"+URL;
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
    popUpWin =open( URL, 'popUpWin','toolbar=no,location=,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+600+',height='+500+',left='+400+', top='+200+',screenX='+100+',screenY='+100+'');
}


function vela ( URL){
	URL="http://www.fisher-nautic.com/datos/MuestDatosVeleros/"+URL;
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
    popUpWin =open( URL, 'popUpWin','toolbar=no,location=,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+600+',height='+500+',left='+400+', top='+200+',screenX='+100+',screenY='+100+'');
}

function semi ( URL){
	URL="http://www.fisher-nautic.com/datos/MuestDatosSemirigidas/"+URL;
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
    popUpWin =open( URL, 'popUpWin','toolbar=no,location=,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+600+',height='+500+',left='+400+', top='+200+',screenX='+100+',screenY='+100+'');
}


function neuma ( URL){
	URL="http://www.fisher-nautic.com/datos/MuestDatosNeumaticas/"+URL;
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
    popUpWin =open( URL, 'popUpWin','toolbar=no,location=,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+600+',height='+500+',left='+400+', top='+200+',screenX='+100+',screenY='+100+'');
}

function modelo(URLStr)
{
  URLStr="http://www.fisher-nautic.com/productos/motores/solediesel/Solediesel/"+URLStr+".html";
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+730+',height='+500+',left='+300+', top='+20+',screenX='+10+',screenY='+10+'');
}



function suzuki ( URL){
	URL="http://www.fisher-nautic.com/datos/MuestDatosMotores/"+URL;
	if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
    popUpWin =open( URL, 'popUpWin','toolbar=no,location=,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+600+',height='+500+',left='+400+', top='+200+',screenX='+100+',screenY='+100+'');
}