/* IMAGE ROLLOVERS */

/* : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : set variables and stuff
- nA1, nA2 = health [tophat ]
*/
if (document.images) {
	nA1On = new Image(68,20);   nA1On.src = "http://military.discovery.com/images/tophats/990/navigation/tv-shows-on.gif";
    nA1Off = new Image(68,20);  nA1Off.src = "http://military.discovery.com/images/tophats/990/navigation/tv-shows.gif";

	nA2On = new Image(92,20);	nA2On.src = "http://military.discovery.com/images/tophats/990/navigation/tv-schedules-on.gif";
	nA2Off = new Image(92,20);	nA2Off.src = "http://military.discovery.com/images/tophats/990/navigation/tv-schedules.gif";
	
	nA3On = new Image(44,20);	nA3On.src = "http://military.discovery.com/images/tophats/990/navigation/video-on.gif";
	nA3Off = new Image(44,20);	nA3Off.src = "http://military.discovery.com/images/tophats/990/navigation/video.gif";

	nA4On = new Image(131,20);	nA4On.src = "http://military.discovery.com/images/tophats/990/navigation/explore-by-subject-on.gif";
	nA4Off = new Image(131,20);	nA4Off.src = "http://military.discovery.com/images/tophats/990/navigation/explore-by-subject.gif";
	
	nA5On = new Image(57,20);	nA5On.src = "http://military.discovery.com/images/tophats/990/navigation/quizzes-on.gif";
	nA5Off = new Image(57,20);	nA5Off.src = "http://military.discovery.com/images/tophats/990/navigation/quizzes.gif";

	nA6On = new Image(49,20);	nA6On.src = "http://military.discovery.com/images/tophats/990/navigation/games-on.gif";
	nA6Off = new Image(49,20);	nA6Off.src = "http://military.discovery.com/images/tophats/990/navigation/games.gif";
	
	nA7On = new Image(61,20);   nA7On.src = "http://military.discovery.com/images/tophats/990/navigation/popular-on.gif";
	nA7Off = new Image(61,20);	nA7Off.src = "http://military.discovery.com/images/tophats/990/navigation/popular.gif";

	nA8On = new Image(82,20);   nA8On.src = "http://military.discovery.com/images/tophats/990/navigation/newsletter-on.gif";
	nA8Off = new Image(82,20);	nA8Off.src = "http://military.discovery.com/images/tophats/990/navigation/newsletter.gif";
    
    nA9On = new Image(40,20);   nA9On.src = "http://military.discovery.com/images/tophats/990/navigation/shop-on.gif";
	nA9Off = new Image(40,20);	nA9Off.src = "http://military.discovery.com/images/tophats/990/navigation/shop.gif";

}

/* : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : set variables
- nB1, nB2 = universal to all networks [ previous, next ] 810 Pages "B"
*/
if (document.images) {
	nB1On = new Image(68,20);  nB1On.src = "http://military.discovery.com/images/tophats/810/navigation/tv-shows-on.gif";
    nB1Off = new Image(68,20); nB1Off.src = "http://military.discovery.com/images/tophats/810/navigation/tv-shows.gif";

	nB2On = new Image(92,20);	nB2On.src = "http://military.discovery.com/images/tophats/810/navigation/tv-schedules-on.gif";
	nB2Off = new Image(92,20);	nB2Off.src = "http://military.discovery.com/images/tophats/810/navigation/tv-schedules.gif";
	
	nB3On = new Image(44,20);	nB3On.src = "http://military.discovery.com/images/tophats/810/navigation/video-on.gif";
	nB3Off = new Image(44,20);	nB3Off.src = "http://military.discovery.com/images/tophats/810/navigation/video.gif";

	nB4On = new Image(131,20);	nB4On.src = "http://military.discovery.com/images/tophats/810/navigation/explore-by-subject-on.gif";
	nB4Off = new Image(131,20);	nB4Off.src = "http://military.discovery.com/images/tophats/810/navigation/explore-by-subject.gif";
	
	nB5On = new Image(57,20);	nB5On.src = "http://military.discovery.com/images/tophats/810/navigation/quizzes-on.gif";
	nB5Off = new Image(57,20);	nB5Off.src = "http://military.discovery.com/images/tophats/810/navigation/quizzes.gif";

	nB6On = new Image(49,20);	nB6On.src = "http://military.discovery.com/images/tophats/810/navigation/games-on.gif";
	nB6Off = new Image(49,20);	nB6Off.src = "http://military.discovery.com/images/tophats/810/navigation/games.gif";
	
	nB7On = new Image(61,20);   nB7On.src = "http://military.discovery.com/images/tophats/810/navigation/popular-on.gif";
	nB7Off = new Image(61,21);	nB7Off.src = "http://military.discovery.com/images/tophats/810/navigation/popular.gif";

	nB8On = new Image(82,20);   nB8On.src = "http://military.discovery.com/images/tophats/810/navigation/newsletter-on.gif";
	nB8Off = new Image(82,20);	nB8Off.src = "http://military.discovery.com/images/tophats/810/navigation/newsletter.gif";
    
  	nB9On = new Image(40,20);   nB9On.src = "http://military.discovery.com/images/tophats/810/navigation/shop-on.gif";
	nB9Off = new Image(40,20);	nB9Off.src = "http://military.discovery.com/images/tophats/810/navigation/shop.gif";

}
if (document.images) {
	n1On = new Image(50,10);    n1On.src = "http://health.discovery.com/sgallery/prevon.gif";
    n1Off = new Image(50,10);   n1Off.src = "http://health.discovery.com/sgallery/prevoff.gif";

	n2On = new Image(50,10);	n2On.src = "http://health.discovery.com/sgallery/nexton.gif";
	n2Off = new Image(50,10);	n2Off.src = "http://health.discovery.com/sgallery/nextoff.gif";
}
/* : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : functions
- "_" = number refering to image associated
- example:
<a onmouseover="switchOn('n_')" onmouseout="switchOff('n_')" ... ><img name="n_" src="/sgallery/_off.gif" ... /></a>
*/
function switchOn(imgName) {
	if (document.images) {
		imgOn = eval(imgName + "On.src");
//        alert(imgName + " " + imgOn);
		document [imgName].src = imgOn;
	}
}

function switchOff(imgName) {
	if (document.images) {
		imgOff = eval(imgName + "Off.src");
//        alert(imgName + " " + imgOff);
		document [imgName].src = imgOff;
	}
}


/* END ROLLOVERS */