function PopupPic(sPicURL) { window.open( "chapter_one.htm?"+sPicURL, "",  "resizable=1,Scrollbars=1,HEIGHT=550,WIDTH=750"); 
} 