// ntp_core.js   JavaScript Document<!--function openPicWindow(theURL,winName,features) {  window.open(theURL,winName,features);}function buildPicLink(arg1,arg2,arg3) {  sTemp = "/picpage.shtml?path=" + arg1 + "&plant=" + arg2 + "&photo=" +arg3  rTemp = Math.round (Math.random()*150)  openPicWindow(sTemp,"","scrollbars=yes,resizable=yes,width=725,height=425,top=" + rTemp + ",left=" + rTemp)}//-->
