//  LAUNCH A NEW WINDOW TO DISPLAY ALL THE FAMOUS WRITER'S PHOTOS
function winopen2 (B) {
if (B == 1) {
 msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=230,height=300");
 msg.document.write("<html>");
 msg.document.write("<HEAD><TITLE>Famous Writers</TITLE></HEAD>");
 msg.document.write("<body>");
 msg.document.write("<font face='Times' size='4' color='darkblue'><b><u>Photos of Famous Writers</font></u></b><br><br>");
 msg.document.write("<table width='200' border='3' cellpadding='1' cellspacing='1'>");
 msg.document.write("<tr><td width='200' valign='center' align='center'>");
 
 msg.document.write("<applet archive='bookflip.jar' code='bookflip.class' width='200' height='230'>");
 msg.document.write("<param name='credits' value='Applet by Fabio Ciucci (www.anfyteam.com)'>");
 msg.document.write("<param name='regcode' value='NO'>");
 msg.document.write("<param name='reglink' value='NO'>");
 msg.document.write("<param name='regnewframe' value='YES'>");
 msg.document.write("<param name='regframename' value='_self'>");
 msg.document.write("<param name='statusmsg' value='Image loading'>");
 msg.document.write("<param name='res' value='1'>");

 msg.document.write("<param name='image1' value='./$photos/clive_cussler.jpg' width='150' height='170'>");
 msg.document.write("<param name='link1' value=''>");
 msg.document.write("<param name='statusmsg1' value='Clive Cussler'>"); 
 msg.document.write("<param name='flip1' value='4'>");
 
 msg.document.write("<param name='image2' value='./$photos/em_forster.jpg' width='150' height='170'>");
 msg.document.write("<param name='link2' value=''>");
 msg.document.write("<param name='statusmsg2' value='E.M. Forster'>");  
 msg.document.write("<param name='flip2' value='4'>");

 msg.document.write("<param name='image3' value='./$photos/ernest_hemingway.jpg' width='150' height='170'>");
 msg.document.write("<param name='link3' value=''>");
 msg.document.write("<param name='statusmsg3' value='Ernest Hemingway'>"); 
 msg.document.write("<param name='flip3' value='4'>");

 msg.document.write("<param name='image4' value='./$photos/honore_balzac.jpg' width='150' height='170'>");
 msg.document.write("<param name='link4' value=''>");
 msg.document.write("<param name='statusmsg4' value='Honore Balzac'>");  
 msg.document.write("<param name='flip4' value='4'>");

 msg.document.write("<param name='image5' value='./$photos/james_joyce.jpg' width='150' height='170'>");
 msg.document.write("<param name='link5' value=''>");
 msg.document.write("<param name='statusmsg5' value='James Joyce'>");  
 msg.document.write("<param name='flip5' value='4'>");

 msg.document.write("<param name='image6' value='./$photos/fs_fitzgerald.jpg' width='150' height='170'>");
 msg.document.write("<param name='link6' value=''>");
 msg.document.write("<param name='statusmsg6' value='F. Scott Fitzgerald'>");
 msg.document.write("<param name='flip6' value='4'>");

 msg.document.write("<param name='image7' value='./$photos/john_grisham.jpg' width='150' height='170'>");
 msg.document.write("<param name='link7' value=''>");
 msg.document.write("<param name='statusmsg7' value='John Grisham'>");  
 msg.document.write("<param name='flip7' value='4'>");

 msg.document.write("<param name='image8' value='./$photos/john_irving.jpg' width='150' height='170'>");
 msg.document.write("<param name='link8' value=''>");
 msg.document.write("<param name='statusmsg8' value='John Irving'>");  
 msg.document.write("<param name='flip8' value='4'>");

 msg.document.write("<param name='image9' value='./$photos/lewis_carroll.gif' width='150' height='170'>");
 msg.document.write("<param name='link9' value=''>");
 msg.document.write("<param name='statusmsg9' value='Lewis Carroll'>");  
 msg.document.write("<param name='flip9' value='4'>");

 msg.document.write("<param name='image10' value='./$photos/zelda_fitzgerald.jpg' width='150' height='170'>");
 msg.document.write("<param name='link10' value=''>");
 msg.document.write("<param name='statusmsg10' value='Zelda Fitzgerald'>"); 
 msg.document.write("<param name='flip10' value='4'>");

 msg.document.write("<param name='image11' value='./$photos/maya_angelou.jpg' width='150' height='170'>");
 msg.document.write("<param name='link11' value=''>");
 msg.document.write("<param name='statusmsg11' value='Maya Angelou'>");  
 msg.document.write("<param name='flip11' value='4'>");

 msg.document.write("<param name='image12' value='./$photos/raymond_chandler.jpg' width='150' height='170'>");
 msg.document.write("<param name='link12' value=''>");
 msg.document.write("<param name='statusmsg12' value='Raymond Chandler'>");
 msg.document.write("<param name='flip12' value='4'>");

 msg.document.write("<param name='image13' value='./$photos/tom_clancy.jpg' width='150' height='170'>");
 msg.document.write("<param name='link13' value=''>");
 msg.document.write("<param name='statusmsg13' value='Tom Clancy'>");  
 msg.document.write("<param name='flip13' value='4'>");

 msg.document.write("<param name='image14' value='./$photos/william_faulkner.jpg' width='150' height='170'>");
 msg.document.write("<param name='link14' value=''>");
 msg.document.write("<param name='statusmsg14' value='William Faulkner'>");  
 msg.document.write("<param name='flip14' value='4'>");

 msg.document.write("<param name='image15' value='./$photos/edgar_allan_poe.gif' width='150' height='170'>");
 msg.document.write("<param name='link15' value=''>");
 msg.document.write("<param name='statusmsg15' value='Edgar Allan Poe'>");
 msg.document.write("<param name='flip15' value='4'>");

 msg.document.write("<param name='image16' value='./$photos/aleksandr_solzhenitsyn.jpg' width='150' height='170'>");
 msg.document.write("<param name='link16' value=''>");
 msg.document.write("<param name='statusmsg16' value='Aleksandr Solzhenitsyn'>"); 
  msg.document.write("<param name='flip16' value='4'>");
 
 msg.document.write("<param name='image17' value='./$photos/alice_walker.jpg' width='150' height='170'>");
 msg.document.write("<param name='link17' value=''>");
 msg.document.write("<param name='statusmsg17' value='Alice Walker'>");  
 msg.document.write("<param name='flip17' value='4'>");
 
 msg.document.write("<param name='image18' value='./$photos/toni_morrison.jpg' width='150' height='170'>");
 msg.document.write("<param name='link18' value=''>");
 msg.document.write("<param name='statusmsg18' value='Toni Morrison'>"); 
 msg.document.write("<param name='flip18' value='4'>");
 
 msg.document.write("<param name='image19' value='./$photos/dh_lawrence.jpg' width='150' height='170'>");
 msg.document.write("<param name='link19' value=''>");
 msg.document.write("<param name='statusmsg19' value='D.H. Lawrence'>");  
 msg.document.write("<param name='flip19' value='4'>");
 
 msg.document.write("<param name='image20' value='./$photos/edith_wharton.gif' width='150' height='170'>");
 msg.document.write("<param name='link20' value=''>");
 msg.document.write("<param name='statusmsg20' value='Edith Wharton'>"); 
 msg.document.write("<param name='flip20' value='4'>");
 
 msg.document.write("<param name='image21' value='./$photos/gore_vidal.gif' width='150' height='170'>");
 msg.document.write("<param name='link21' value=''>");
 msg.document.write("<param name='statusmsg21' value='Gore Vidal'>"); 
 msg.document.write("<param name='flip21' value='4'>");
 
 msg.document.write("<param name='image22' value='./$photos/henry_miller.jpg' width='150' height='170'>");
 msg.document.write("<param name='link22' value=''>");
 msg.document.write("<param name='statusmsg22' value='Henry Miller'>");   
 msg.document.write("<param name='flip22' value='4'>");
 
 msg.document.write("<param name='image23' value='./$photos/hg_wells.jpg' width='150' height='170'>");
 msg.document.write("<param name='link23' value=''>");
 msg.document.write("<param name='statusmsg23' value='H.G. Wells'>");     
 msg.document.write("<param name='flip23' value='4'>");
 
 msg.document.write("<param name='image24' value='./$photos/jack_london.jpg' width='150' height='170'>");
 msg.document.write("<param name='link24' value=''>");
 msg.document.write("<param name='statusmsg24' value='Jack London'>");   
 msg.document.write("<param name='flip24' value='4'>");
 
 msg.document.write("<param name='image25' value='./$photos/james_joyce.jpg' width='150' height='170'>");
 msg.document.write("<param name='link25' value=''>");
 msg.document.write("<param name='statusmsg25' value='James Joyce'>");
 msg.document.write("<param name='flip25' value='4'>");
 
 msg.document.write("<param name='image26' value='./$photos/james_michener.jpg' width='150' height='170'>");
 msg.document.write("<param name='link26' value=''>");
 msg.document.write("<param name='statusmsg26' value='James Michener'>");   
 msg.document.write("<param name='flip26' value='4'>");

 msg.document.write("<param name='image27' value='./$photos/jd_salinger.jpg' width='150' height='170'>");
 msg.document.write("<param name='link27' value=''>");
 msg.document.write("<param name='statusmsg27' value='JD Salinger'>");   
 msg.document.write("<param name='flip27' value='4'>");

 msg.document.write("<param name='image28' value='./$photos/john_lecarre.gif' width='150' height='170'>");
 msg.document.write("<param name='link28' value=''>");
 msg.document.write("<param name='statusmsg28' value='John LeCarre'>");   
 msg.document.write("<param name='flip28' value='4'>");

 msg.document.write("<param name='image29' value='./$photos/john_steinbeck.gif' width='150' height='170'>");
 msg.document.write("<param name='link29' value=''>");
 msg.document.write("<param name='statusmsg29' value='John Steinbeck'>");   
 msg.document.write("<param name='flip29' value='4'>");
 
 msg.document.write("<param name='image30' value='./$photos/kurt_vonnegut.jpg' width='150' height='170'>");
 msg.document.write("<param name='link30' value=''>");
 msg.document.write("<param name='statusmsg30' value='Kurt Vonnegut'>");   
 msg.document.write("<param name='flip30' value='4'>");
 
 msg.document.write("<param name='image31' value='./$photos/leo_tolstoy.jpg' width='150' height='170'>");
 msg.document.write("<param name='link31' value=''>");
 msg.document.write("<param name='statusmsg31' value='Leo Tolstoy'>");   
 msg.document.write("<param name='flip31' value='4'>");
 
 msg.document.write("<param name='image32' value='./$photos/lewis_carroll.gif' width='150' height='170'>");
 msg.document.write("<param name='link32' value=''>");
 msg.document.write("<param name='statusmsg32' value='Lewis Carroll'>");  
 msg.document.write("<param name='flip32' value='4'>");
 
 msg.document.write("<param name='image33' value='./$photos/marcel_proust.jpg' width='150' height='170'>");
 msg.document.write("<param name='link33' value=''>");
 msg.document.write("<param name='statusmsg33' value='Marcel Proust'>");   
 msg.document.write("<param name='flip33' value='4'>");
 
 msg.document.write("<param name='image34' value='./$photos/mario_puzo.jpg' width='150' height='170'>");
 msg.document.write("<param name='link34' value=''>");
 msg.document.write("<param name='statusmsg34' value='Mario Puzo'>");  
 msg.document.write("<param name='flip34' value='4'>");

 msg.document.write("<param name='image35' value='./$photos/maya_angelou.jpg' width='150' height='170'>");
 msg.document.write("<param name='link35' value=''>");
 msg.document.write("<param name='statusmsg35' value='Maya Angelou'>");  
 msg.document.write("<param name='flip35' value='4'>");

 msg.document.write("<param name='image36' value='./$photos/micheal_crichton.jpg' width='150' height='170'>");
 msg.document.write("<param name='link36' value=''>");
 msg.document.write("<param name='statusmsg36' value='Micheal Crichton'>");   
 msg.document.write("<param name='flip36' value='4'>");

 msg.document.write("<param name='image37' value='./$photos/norman_mailer.gif' width='150' height='170'>");
 msg.document.write("<param name='link37' value=''>");
 msg.document.write("<param name='statusmsg37' value='Norman Mailer'>");   
 msg.document.write("<param name='flip37' value='4'>");

 msg.document.write("<param name='image38' value='./$photos/robert_ludlum.gif' width='150' height='170'>");
 msg.document.write("<param name='link38' value=''>");
 msg.document.write("<param name='statusmsg38' value='Robert Ludlum'>");   
 msg.document.write("<param name='flip38' value='4'>");

 msg.document.write("<param name='image39' value='./$photos/scott_turow.jpg' width='150' height='170'>");
 msg.document.write("<param name='link39' value=''>");
 msg.document.write("<param name='statusmsg39' value='Scott Turow'>");    
 msg.document.write("<param name='flip39' value='4'>");

 msg.document.write("<param name='image40' value='./$photos/sinclair_lewis.jpg' width='150' height='170'>");
 msg.document.write("<param name='link40' value=''>");
 msg.document.write("<param name='statusmsg40' value='Sinclair Lewis'>");  
 msg.document.write("<param name='flip40' value='4'>");
 
 msg.document.write("<param name='image41' value='./$photos/terry_mcmillan.jpg' width='150' height='170'>");
 msg.document.write("<param name='link41' value=''>");
 msg.document.write("<param name='statusmsg41' value='Terry McMillan'>");   
 msg.document.write("<param name='flip41' value='4'>");

 msg.document.write("<param name='image42' value='./$photos/boris_pasternak.gif' width='150' height='170'>");
 msg.document.write("<param name='link42' value=''>");
 msg.document.write("<param name='statusmsg42' value='Boris Pasternak'>");   
 msg.document.write("<param name='flip42' value='4'>");

 msg.document.write("<param name='image43' value='./$photos/jeffrey_archer.jpg' width='150' height='170'>");
 msg.document.write("<param name='link43' value=''>");
 msg.document.write("<param name='statusmsg43' value='Jeffrey Archer'>");   
 msg.document.write("<param name='flip43' value='4'>");
 
 msg.document.write("<param name='image44' value='./$photos/jane_austen.jpg' width='150' height='170'>");
 msg.document.write("<param name='link44' value=''>");
 msg.document.write("<param name='statusmsg44' value='Jane Austen'>");   
 msg.document.write("<param name='flip44' value='4'>");
 
 msg.document.write("<param name='image45' value='./$photos/james_baldwin.jpg' width='150' height='170'>");
 msg.document.write("<param name='link45' value=''>");
 msg.document.write("<param name='statusmsg45' value='James Baldwin'>");   
 msg.document.write("<param name='flip45' value='4'>");
 
 msg.document.write("<param name='image46' value='./$photos/ray_bradbury.jpg' width='150' height='170'>");
 msg.document.write("<param name='link46' value=''>");
 msg.document.write("<param name='statusmsg46' value='Ray Bradbury'>");   
 msg.document.write("<param name='flip46' value='4'>");
 
 msg.document.write("<param name='image47' value='./$photos/anne_proulx.jpg' width='150' height='170'>");
 msg.document.write("<param name='link47' value=''>");
 msg.document.write("<param name='statusmsg47' value='Anne Proulx'>");   
 msg.document.write("<param name='flip47' value='4'>");

 msg.document.write("<param name='image48' value='./$photos/anton_chekhov.gif' width='150' height='170'>");
 msg.document.write("<param name='link48' value=''>");
 msg.document.write("<param name='statusmsg48' value='Anton Chekov'>");   
 msg.document.write("<param name='flip48' value='4'>");
  
 msg.document.write("<param name='image49' value='./$photos/ezra_pound.jpg' width='150' height='170'>");
 msg.document.write("<param name='link49' value=''>");
 msg.document.write("<param name='statusmsg49' value='Ezra Pound'>");   
 msg.document.write("<param name='flip49' value='4'>");
  
 msg.document.write("<param name='image50' value='./$photos/ian_flemming.jpg' width='150' height='170'>");
 msg.document.write("<param name='link50' value=''>");
 msg.document.write("<param name='statusmsg50' value='Ian Flemming'>");   
 msg.document.write("<param name='flip50' value='4'>");
  
 msg.document.write("<param name='image51' value='./$photos/oscar_wilde.jpg' width='150' height='170'>");
 msg.document.write("<param name='link51' value=''>");
 msg.document.write("<param name='statusmsg51' value='Oscar Wilde'>");   
 msg.document.write("<param name='flip51' value='4'>");
  
 msg.document.write("<param name='image52' value='./$photos/robert_frost.gif' width='150' height='170'>");
 msg.document.write("<param name='link52' value=''>");
 msg.document.write("<param name='statusmsg52' value='Robert Frost'>");   
 msg.document.write("<param name='flip52' value='4'>");
  
 msg.document.write("<param name='image53' value='./$photos/sigmund_freud.jpg' width='150' height='170'>");
 msg.document.write("<param name='link53' value=''>");
 msg.document.write("<param name='statusmsg53' value='Sigmund Freud'>");   
 msg.document.write("<param name='flip53' value='4'>");
  
 msg.document.write("<param name='image54' value='./$photos/stephen_crane.gif' width='150' height='170'>");
 msg.document.write("<param name='link54' value=''>");
 msg.document.write("<param name='statusmsg54' value='Stephen Crane'>");   
 msg.document.write("<param name='flip54' value='4'>");
  
 msg.document.write("<param name='image55' value='./$photos/willa_cather.jpg' width='150' height='170'>");
 msg.document.write("<param name='link55' value=''>");
 msg.document.write("<param name='statusmsg55' value='Willa Cather'>");   
 msg.document.write("<param name='flip55' value='4'>");
  
 msg.document.write("<param name='image56' value='./$photos/donald_freed2.jpg' width='150' height='170'>");
 msg.document.write("<param name='link56' value=''>");
 msg.document.write("<param name='statusmsg56' value='Donald Freed'>");   
 msg.document.write("<param name='flip56' value='4'>");
 
 msg.document.write("<param name='image57' value='./$photos/dostoevsky.gif' width='150' height='170'>");
 msg.document.write("<param name='link57' value=''>");
 msg.document.write("<param name='statusmsg57' value='Fyodor Dostoevsky'>"); 
 msg.document.write("<param name='flip57' value='4'>");

  
 msg.document.write("<param name='speed' value='8'>");
 msg.document.write("<param name='pause' value='200'>");
 msg.document.write("<param name='extrah' value='0'>");
 msg.document.write("<param name='flipcurve' value='2'>");
 msg.document.write("<param name='shading' value='0'>");
 msg.document.write("<param name='backr' value='64'>");
 msg.document.write("<param name='backg' value='96'>");
 msg.document.write("<param name='backb' value='160'>");
 msg.document.write("<param name='overimg' value='NO'>");
 msg.document.write("<param name='overimgX' value='0'>");
 msg.document.write("<param name='overimgY' value='0'>");
 msg.document.write("<param name='memdelay' value='1000'>");
 msg.document.write("<param name='priority' value='3'>");
 msg.document.write("<param name='MinSYNC' value='30'>");
 msg.document.write("</applet></td>");
 // msg.document.write("<td width='200' valign='top'><br><br><font face='arial' size='2' color='navy'><i>Mouse over the Graphic to display the Writer's Name in the Status Bar.</i></font></td>");
 msg.document.write("</tr></table></body></html>");
  }
}

