function popupImage(imageURL) { 
     window.open( "http://www.probotmusic.com/news/image.php?"+imageURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 
   } 
    
function pop(url,windowname,horz,vert,scroll,status) {
	window.open(url, windowname,'toolbar=0,location=0,directories=0,status=' + status + ',menubar=0,scrollbars=' + scroll + ',resizable=0,width=' + horz + ',height=' + vert );
}