/*
 NEED:
      var img_path - variable set absolute base path for images (set from CFG via TPL interface)
*/

function setimgpath(fn)
        { return img_path+fn; }