function pictureThis(theURL,thePix) {
// alert('start');
var features = 'scrollbars=yes,resizable=yes,width=800,height=600'; 

// var features = 'scrollbars=yes,resizable=yes,width=730,height=530'; 
// alert(features); 
window.open(theURL,'picturethis',features);
// swapPix('Hothouse');
} 