// JavaScript Document
function PopupPic(sPicURL) { 
     window.open( "http://2009.skylimitdrift.be/inc/fotogroot.php?"+sPicURL, "",  
     "scrollbars=no,resizable=1,HEIGHT=200,WIDTH=200,top=15,left=15,"); 
}

