<!-- script for rollovers -->

if (document.images) {
pic1on= new Image();
pic1on.src="images/utilnav/contact_on.gif";  
pic1off= new Image();
pic1off.src="images/utilnav/contact_of.gif";

pic2on= new Image();
pic2on.src="images/utilnav/news_on.gif";  
pic2off= new Image();
pic2off.src="images/utilnav/news_of.gif";

pic3on= new Image();
pic3on.src="images/utilnav/about_on.gif";  
pic3off= new Image();
pic3off.src="images/utilnav/about_of.gif";

pic4on= new Image();
pic4on.src="images/primarynav/begin_on.gif";  
pic4off= new Image();
pic4off.src="images/primarynav/begin_of.gif";

pic5on= new Image();
pic5on.src="images/primarynav/faqs_on.gif";  
pic5off= new Image();
pic5off.src="images/primarynav/faqs_of.gif";

pic6on= new Image();
pic6on.src="images/primarynav/wise_on.gif";  
pic6off= new Image();
pic6off.src="images/primarynav/wise_of.gif";

pic7on= new Image();
pic7on.src="images/home/discboard_on.gif";  
pic7off= new Image();
pic7off.src="images/home/discboard_of.gif";

pic8on= new Image();
pic8on.src="../images/primarynav/sub_begin_on.gif";  
pic8off= new Image();
pic8off.src="../images/primarynav/sub_begin_of.gif";

pic9on= new Image();
pic9on.src="../images/primarynav/sub_faqs_on.gif";  
pic9off= new Image();
pic9off.src="../images/primarynav/sub_faqs_of.gif";

pic10on= new Image();
pic10on.src="../images/primarynav/sub_wise_on.gif";  
pic10off= new Image();
pic10off.src="../images/primarynav/sub_wise_of.gif";

pic11on= new Image();
pic11on.src="../images/utilnav/contact_on.gif";  
pic11off= new Image();
pic11off.src="../images/utilnav/contact_of.gif";

pic12on= new Image();
pic12on.src="../images/utilnav/news_on.gif";  
pic12off= new Image();
pic12off.src="../images/utilnav/news_of.gif";

pic13on= new Image();
pic13on.src="../images/utilnav/about_on.gif";  
pic13off= new Image();
pic13off.src="../images/utilnav/about_of.gif";

pic14on= new Image();
pic14on.src="images/utilnav/home_on.gif";  
pic14off= new Image();
pic14off.src="images/utilnav/home_of.gif";

pic15on= new Image();
pic15on.src="../images/utilnav/home_on.gif";  
pic15off= new Image();
pic15off.src="../images/utilnav/home_of.gif";

pic16on= new Image();
pic16on.src="images/primarynav/sub_begin_on.gif";  
pic16off= new Image();
pic16off.src="images/primarynav/sub_begin_of.gif";

pic17on= new Image();
pic17on.src="images/primarynav/sub_faqs_on.gif";  
pic17off= new Image();
pic17off.src="images/primarynav/sub_faqs_of.gif";

pic18on= new Image();
pic18on.src="images/primarynav/sub_wise_on.gif";  
pic18off= new Image();
pic18off.src="images/primarynav/sub_wise_of.gif";
}

function rollon(imgName)
 {
        if (document.images) {
        document[imgName].src = eval(imgName + "on.src");
        }
 }

function rolloff(imgName)
 {
        if (document.images) {
        document[imgName].src = eval(imgName + "off.src");
        }
 }
