//Copyright (c) OMEN Labs 1999.  All Rights Reserved.
browser_name = navigator.appName; 
browser_version = parseFloat(navigator.appVersion); 
if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; } 
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) { roll = 'true'; } 
else { roll = 'false'; } 
function over(img,ref) { if (roll == 'true') { document.images[img].src = ref; } } 
function out(img,ref)  { if (roll == 'true') { document.images[img].src = ref; } } 
if (roll == 'true') 
{ 
a1=new Image;a1.src="img\book.gif"; 
a2=new Image;a2.src="img\pixel.gif"; 

} 
function load(url) 
{  book= open("", "inbook", "width=760,height=500,status=yes,toolbar=yes,menubar=no");
  book.document.write('<html><head><TITLE>Bookstore of GROM© pages</TITLE>');
  book.document.write('<META NAME="Author" CONTENT="OMEN"></head>');
  book.document.write('<frameset rows="70,*" cols="100%" border=0>');
  book.document.write('<frame frameborder = 0 scrolling="no" src="tbook.htm" name="tbook" noresize marginwidth=0>');
  book.document.write('<frameset rows="100%" cols="100,*" border=0>');
  book.document.write('<frame frameborder = 0 scrolling="no" src="lbook.htm" name="lbook" noresize marginwidth=0>');
  book.document.write('<frame frameborder = 0 src="http://omen.home.webjump.com/books/'+url+'" name="MainFrame" noresize marginwidth=30>');  
  book.document.write('</frameset>');  
  book.document.write('</frameset>');  
  book.document.write('</html>');  
  book.document.close();  
}

