jQuery(function() {
   jQuery('a.internal-link-new-window').click( function(e) {
      e.preventDefault();
      var popuplink = 'http://'+window.location.hostname+'/index.php?id=272&no_cache=1&type=200&pictureid='+$(this).attr('title')+'&L='+$(this).attr('alt');
      vHWin=window.open(popuplink,'FEopenLink','scrollbars=1,width=960,height=550');
		vHWin.focus();
   });
	
});