 function create(pic,des) { 
 features = 
    'toolbar=no,location=no,directories=no,status=no,menubar=no,' +
    'scrollbars=no,resizable=no,width=340,height=550' 
 dlg = window.open ("","Dialog",features) 
 dlg.document.write ("<BODY bgColor='white' text='black'>") 
 dlg.document.write ("<table><tr><td align='center' background='images/l_stone.jpg' valign='top' width='340' height='550'><img src=images/",pic," border=0 height=150 width=350>") 
 dlg.document.write ("<br><b>",des,"</b>") 
 dlg.document.write ("<br><br></td></tr><tr><td align='center'><center><FONT FACE=Arial SIZE=1>[<A HREF='javascript:window.close ()'>close window</A>]") 
 dlg.document.write ("</font></CENTER></td></tr></table>") 
 }

