<!--

//defult status
defaultStatus = "Abiti da Sposa e Cerimonia - Sposa Vogue - Modena"

//javascript:fs("theURL")
function fs(theURL){
window.open(theURL,"sito","fullscreen")
}

// tira fuori dal frameset
setTimeout ("Killer()", 0);
function Killer()
    {
    if (self.parent.frames.length != 0)
    if (self.parent.location != document.location)
    {self.parent.location=document.location};
}

///////////////////////////    Bookmark

//Bookmark Page
isIE = isIE4 = isIE5 = isIE6 = isIE7 = isNS = isNS4 = isNS6 = isNS7 = isNS8 = isFlash5 = isFlashMX = false;

// Browser Detection
if(navigator.appName.indexOf('Netscape') == 0) isNS = true;
if(navigator.appName.indexOf('Microsoft') == 0) isIE = true;
isUNIX = (window.navigator.appVersion.indexOf("X11") != -1) ||
         (window.navigator.appVersion.indexOf("Linux") != -1) ||
         (window.navigator.appVersion.indexOf("SunOS") != -1) ||
         (window.navigator.appVersion.indexOf("IRIX") != -1) ||
         (window.navigator.appVersion.indexOf("HP-UX") != -1);
isMac = (window.navigator.appVersion.indexOf("Mac") != -1);
isWindows = navigator.userAgent.indexOf("Windows 95") != -1 ||
            navigator.userAgent.indexOf("Windows 98") != -1 ||
            navigator.userAgent.indexOf("Windows NT") != -1;
isMacIE = (isMac && isIE);

// Netscape Version
if(isNS) {
  v = parseInt(navigator.appVersion);
  if(v == 4) {
    isNS4 = true;
  } else if(v == 5) {
    p = navigator.userAgent.lastIndexOf('/');
    v = parseInt(navigator.userAgent.substr(p+1));
    eval("isNS" + v + " = true");
  }
}

// Internet Explorer Version
if(isIE) {
  v = parseInt(navigator.appVersion.substr(navigator.appVersion.indexOf("MSIE")+5));
  eval("isIE" + v + " = true");
}

//Bookmark Page

function bookmarkIt() { 
  //var bookmarktitle = document.title;
  var bookmarktitle = "Abiti da Sposa e Cerimonia - Sposa Vogue - Modena";
  //var bookmarkurl = document.location;
  var bookmarkurl = "http://www.sposavogue.it";
  var netscape
  var macintosh
  netscape="Attenzione utente Netscape! Per aggiungere questa pagina ai Preferiti premere CTRL+D. Se volete aggiungere questa pagina alla Sidebar di Netscape, premere ok alla prossima schermata.";
  macintosh="Attenzione utente Macintosh. Per aggiungere ai Preferiti questa pagina premere CTRL+D.";

  if (window.sidebar&&window.sidebar.addPanel) { 
    alert(netscape);
    window.sidebar.addPanel(bookmarktitle, bookmarkurl,""); 
  } else if (isMac) {
    alert(macintosh);
  } else if (document.all) {
    window.external.AddFavorite(bookmarkurl, bookmarktitle);
  } else if (window.opera && window.print) {
    return true;
  }
}

//-->