if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.appVersion.indexOf("Mac") != -1)) {
   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/jazz/mac-ie.css\" TYPE=\"text/css\">"); }

else if ((navigator.appName == "Netscape") && (navigator.appVersion.indexOf("Mac") != -1)) {
   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/jazz/mac-nn.css\" TYPE=\"text/css\">"); }

else if ((navigator.appName == "Netscape")) {
   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/jazz/win-nn.css\" TYPE=\"text/css\">"); }

else {
   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/jazz/win-ie.css\" TYPE=\"text/css\">"); }

// enable jump menu

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// enable pop-up window for author bio

function instantWindow(winSource, winName) {
  instant = window.open(winSource,winName,'width=250,height=250,resizable=yes,scrollbars=yes')
}

// enable pop-up window for excerpts
function openWindow(url) {
  popupWin = window.open(url, 'Excerpts', 'menubar,toolbar,location,status,scrollbars,resizable,width=400,height=300,left=100,top=100')
if (!popupWin.opener) popupWin.opener=self;
}
