function popup(selection,width,height)
{
settings="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,"+
"resizable=yes,width="+width+",height="+height;

infowin=window.open("",selection,settings);

infowin.document.write("<HTML><HEAD><TITLE>SEPECAT Jaguar in detail </TITLE></HEAD><BODY background=pages/backg.gif>");
infowin.document.write("<CENTER><IMG SRC=books/book-" + selection + ".jpg><br>");
infowin.document.write("(<A HREF='javascript:window.close()'>close popup window</A>)<p></CENTER></BODY></HTML>");
}                                           

  function bar(url){
    wasOpen  = false;
    win = window.open(url);    
    return (typeof(win)=='object')?true:false;
  }
if (document.all) {
	document.write('<link href="/styles/scrollbar.css" rel="stylesheet" media="screen"');
		}

function hideCSS() {
  if (document.styleSheets[0].disabled == false) {
    document.styleSheets[0].disabled = true;
  }
  else {
    document.styleSheets[0].disabled = false;
  }
}

