use constant CONFDIR => JTAGROOTPATH."config/";
use constant SPECDIR => JTAGROOTPATH."specs/";
use constant PICTUREPATH => TEMPDIR."prevImgs/"; #path for images on webserver (absolute path)
-use constant PICTUREPATHREL => "/jtag/temp/prevImgs/"; #path for images on webserver for browser
+use constant PICTUREPATHREL => "../temp/prevImgs/"; #path for images on webserver relative to tools/
use constant DUMPPATH => "/tmp/MAPS_PREV/"; #path for small hld dumps
use constant SETUPFILE => SETUPDIR."testsetup.xml";
our $setupDir = SETUPDIR;
our $confDir = CONFDIR;
our $specDir = SPECDIR;
-my $picPathRel= PICTUREPATHREL;
-my $picPath = PICTUREPATH;
+my $picPath= PICTUREPATHREL;
+# my $picPath = PICTUREPATH;
my $setupFile = SETUPFILE;
# the file that tells me what fields should be printed in the quick edit area