I have put this in my .mts file...

Code:
 ImageToolbar !Script blue.top
ImageSwitchbar !Script blue.side 


Thats instead of the...
Code:
ImageToolbar <image.jpg>
ImageSwitchbar <image.jpg>  


I have also added this into my .mrc file

Code:
 alias get.res { return $+($window(-1).w,x,$window(-1).h)  }

alias blue.side.f {
  var %res = $get.res
  if (%res == 1600x1200) { return Vtec Sidebar.jpg }
  elseif (%res == 1280x1024) { return Vtec Sidebar12by10.jpg }
  else { return Vtec Sidebar10by7.jpg }
}

alias blue.top.f {
  var %res = $get.res
  if (%res == 1600x1200) { return Vtec Topbar.jpg }
  elseif (%res == 1280x1024) { return Vtec Topbar12by10.jpg }
  else { return Vtec Topbar10by7.jpg }
}

alias blue.top { background -l $blue.top.f }
alias blue.side { background -h $blue.side.f } 


It wont load any images, regardless of any resolution that I use.

What Else do I need to add to either the .mrc or .mts files to get it to load?


sub-zero.homeip.net:6667