function showpicture(sPicURL) 
{ 
     window.open( "popin.htm?"+sPicURL, "_self", "resizable=1,HEIGHT=200,WIDTH=200"); 
} 

