  <!--
  function popUpPict(pictsURL,title,w,h) { 
	var winL = (screen.availWidth - w) / 2;
	var winT = (screen.availHeight - h) / 2;
	winprops = 'height='+h+',width='+w+',left='+winL+',top='+winT+'screenX='+winL+'screenY'+winT+'resizable=yes,location=no,status=no';
	window.open("http://www.aveoengineering.com/detail.php?pictsURL="+pictsURL+"&title="+title+"", "", winprops);
  }
  //-->