<!--
// check if the browser is Navigator 3 or higher:
agent = navigator.userAgent;
browserVer = 2;
if (agent.substring(0,7) == "Mozilla")
{
    if (parseInt(agent.substring(8,9)) >= 3) {browserVer = 1;}
}
// preload universal images:
if (browserVer == 1) {

ita_off = new Image(42,18);
ita_off.src = "../images/ita_off.gif";
ita_on = new Image(42,18);
ita_on.src = "../images/ita_on.gif";

eng_off = new Image(42,18);
eng_off.src = "../images/eng_off.gif";
eng_on = new Image(42,18);
eng_on.src = "../images/eng_on.gif";

}

function hiLite(imgDocID,imgObjName) {
// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src")
}}
// -->


<!-- Hide from old browsers

function OpenFormIta(winname) {

alert("Attenzione!\nNel caso riscontraste problemi durante\nla compilazione o l'invio del modulo,\nvi preghiamo usare il nostro indirizzo\nemail info@eremosulmare.com");

  winwidth = 530
  winheight = 420
  leftpos = ((screen.width - winwidth)/2)
  toppos = ((screen.height - winheight)/2)

  args = "width=" + winwidth + ","
  + "height=" + winheight + ","
  + "top=" + toppos + ",left=" + leftpos + ","
  + "location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,title=0,toolbar=0,directories=0"
window.open("http://www.atomicpawn.com/formeremo/prenota.html",winname,args );
}


function OpenFormEng(winname) {

alert("Notice.\nIf you experience any problem while\nfilling or sending the form, please use our\nemail address info@eremosulmare.com");

  winwidth = 530
  winheight = 420
  leftpos = ((screen.width - winwidth)/2)
  toppos = ((screen.height - winheight)/2)

  args = "width=" + winwidth + ","
  + "height=" + winheight + ","
  + "top=" + toppos + ",left=" + leftpos + ","
  + "location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,title=0,toolbar=0,directories=0"
window.open("http://www.atomicpawn.com/formeremo/book.html",winname,args );
}


// end hiding -->



