// Menu images

// JavaScript include file for Texas CARES pages


var menu70off = new Image();  // preload the inactive image
var menu74on = new Image();  // preload the active image
var menu75on = new Image();  // preload the active image

menu70off.src = "images/starmenux70.gif";
menu74on.src = "images/starmenux74.gif";
menu75on.src = "images/starmenux75.gif";

var menu80off = new Image();  // preload the inactive image
var menu81on = new Image();  // preload the active image
var menu82on = new Image();  // preload the active image
var menu84on = new Image();  // preload the active image
var menu85on = new Image();  // preload the active image

menu80off.src = "images/starmenux80.gif";
menu81on.src = "images/starmenux81.gif";
menu82on.src = "images/starmenux82.gif";
menu84on.src = "images/starmenux84.gif";
menu85on.src = "images/starmenux85.gif";

var menu90off = new Image();  // preload the inactive image
var menu91on = new Image();  // preload the active image
var menu92on = new Image();  // preload the active image
var menu93on = new Image();  // preload the active image
var menu94on = new Image();  // preload the active image
var menu95on = new Image();  // preload the active image

menu90off.src = "images/starmenux90.gif";
menu91on.src = "images/starmenux91.gif";
menu92on.src = "images/starmenux92.gif";
menu93on.src = "images/starmenux93.gif";
menu94on.src = "images/starmenux94.gif";
menu95on.src = "images/starmenux95.gif";
