<!--

if ((navigator.appVersion.indexOf("Mac") != -1)) { 
document.write("<link rel='stylesheet' href='../../stylesheet/mac.css' type='text/css'>");
}
else if ((navigator.appName.indexOf("Netscape") != -1)) { 
document.write("<link rel='stylesheet' href='../../stylesheet/win_nn.css' type='text/css'>");
}
else { 
document.write("<link rel='stylesheet' href='../../stylesheet/win.css' type='text/css'>");
}

//=================================================================================================

function WindowOpen() {
self.window.name="main"
  w = window.open('', 'NAVI', 'width=390,height=550,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = '../../products_lineup/index.html';
  }
}

//-->
