<!--
   function PopupPic(sPicURL) { 
     newWin = window.open( "popup.htm?"+sPicURL, "newWin",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 
   }
    
   function MM_openBrWindow(theURL,winName,features) { //v2.0
  newWin = window.open(theURL,winName,features);
  	newWin.focus();
	}
//-->

//Example Usage:
//<a href="javascript:PopupPic('Image1.gif')">Image 1</a>