/*LinaresTravel*/
/*revu : 2004/10/26 */

<!--

function openAccueil() {
window.open("../es/index.htm","_self");
}

function openShowE() {
window.open("http://www.grifex.com/linares/en/shows/index.htm","_self");
}

function openShowS() {
window.open("http://www.grifex.com/linares/es/shows/index.htm","_self");
}

var ident=null;
var identCount = 0;
function startFocusRetain()
{
  focus();
  ident=self.setTimeout("resetIdent()",5000);
}
function resetIdent()
{
  if(identCount++<5)
  {
    close();
  }
}



function move100() {
window.moveTo(10,0);
}

function move010() {
window.moveTo(0,10);
}

function move050() {
window.moveTo(50,50);
}
function OrderForm(destURL) {
window.open(destURL,"order","width=450,height=260,menubar=0,toolbar=0,location=0,directories=0,resizable=1,status=0,scrollbars=1");
}

function pageback()
    {
    history.back();
    }

function closeWin()
    {
    self.close();
    }