function popImage(imageURL){
var file='include/popup.php?img='+imageURL;
imgWin=window.open(file,'Client','scrollbars=NO,width=100,height=100');
}
