if (!document.images) {}
else {
	Imgpath='images/nav/'
  news0 = new Image();
  news0.src  = Imgpath+'news.gif';
  news1 = new Image();
  news1.src = Imgpath+'news_on.gif';

  about0 = new Image();
  about0.src  = Imgpath+'about.gif';
  about1 = new Image();
  about1.src = Imgpath+'about_on.gif';
  
  calendar0 = new Image();
  calendar0.src  = Imgpath+'calendar.gif';
  calendar1 = new Image();
  calendar1.src = Imgpath+'calendar_on.gif';
  

  state0 = new Image();
  state0.src  = Imgpath+'state.gif';
  state1 = new Image();
  state1.src = Imgpath+'state_on.gif';
  

  resources0 = new Image();
  resources0.src  = Imgpath+'resources.gif';
  resources1 = new Image();
  resources1.src = Imgpath+'resources_on.gif';
  
 
}

