<!-- 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@casacaminetto.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("./form/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@casacaminetto.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("./form/book.html",winname,args );
}


// end hiding -->




