var ok = (document.images ? true : false);

function rollover(whichimg,overimg) {
 if (ok){
  eval('document.images["' + whichimg + '"].src = ' + overimg + '.src');
 }
}

if (ok) {
	nav1 = new Image;
	//sat nav1.src = "./gifs/nd_nav1.gif";
	nav1.src = "/gifs/nd_nav1.gif";
	nav1_on = new Image;
	//sat nav1_on.src = "./gifs/nd_nav1_on.gif";
	nav1_on.src = "/gifs/nd_nav1_on.gif";

	nav2 = new Image;
	//sat nav2.src = "./gifs/nd_nav2.gif";
	nav2.src = "/gifs/nd_nav2.gif";
	nav2_on = new Image;
	//sat nav2_on.src = "./gifs/nd_nav2_on.gif";
	nav2_on.src = "/gifs/nd_nav2_on.gif";

	nav3 = new Image;
	//sat nav3.src = "./gifs/nd_nav3.gif";
	nav3.src = "/gifs/nd_nav3.gif";
	nav3_on = new Image;
	//sat nav3_on.src = "./gifs/nd_nav3_on.gif";
	nav3_on.src = "/gifs/nd_nav3_on.gif";

	nav4 = new Image;
	//sat nav4.src = "./gifs/nd_nav4.gif";
	nav4.src = "/gifs/nd_nav4.gif";
	nav4_on = new Image;
	//sat nav4_on.src = "./gifs/nd_nav4_on.gif";
	nav4_on.src = "/gifs/nd_nav4_on.gif";

	nav5 = new Image;
	//sat nav5.src = "./gifs/nd_nav5.gif";
	nav5.src = "/gifs/nd_nav5.gif";
	nav5_on = new Image;
	//sat nav5_on.src = "./gifs/nd_nav5_on.gif";
	nav5_on.src = "/gifs/nd_nav5_on.gif";

	fn1 = new Image;
	//sat fn1.src = "./gifs/nd_fn1.gif";
	fn1.src = "/gifs/nd_fn1.gif";
	fn1_on = new Image;
	//sat fn1_on.src = "./gifs/nd_fn1_on.gif";
	fn1_on.src = "/gifs/nd_fn1_on.gif";

	fn2 = new Image;
	//sat fn2.src = "./gifs/nd_fn2.gif";
	fn2.src = "/gifs/nd_fn2.gif";
	fn2_on = new Image;
	//sat fn2_on.src = "./gifs/nd_fn2_on.gif";
	fn2_on.src = "/gifs/nd_fn2_on.gif";

	fn3 = new Image;
	//sat fn3.src = "./gifs/nd_fn3.gif";
	fn3.src = "/gifs/nd_fn3.gif";
	fn3_on = new Image;
	//sat fn3_on.src = "./gifs/nd_fn3_on.gif";
	fn3_on.src = "/gifs/nd_fn3_on.gif";

	fn4 = new Image;
	//sat fn4.src = "./gifs/nd_fn4.gif";
	fn4.src = "/gifs/nd_fn4.gif";
	fn4_on = new Image;
	//sat fn4_on.src = "./gifs/nd_fn4_on.gif";
	fn4_on.src = "/gifs/nd_fn4_on.gif";

	fn5 = new Image;
	//sat fn5.src = "./gifs/nd_fn5.gif";
	fn5.src = "/gifs/nd_fn5.gif";
	fn5_on = new Image;
	//sat fn5_on.src = "./gifs/nd_fn5_on.gif";
	fn5_on.src = "/gifs/nd_fn5_on.gif";
}

// PopUps
function open_winprivacy(){
 windowprivacy = window.open("./html/privacy1.html","privacy","width=366,height=300,toolbar=1,scrollbars=1,resizable=1");
}

function open_windisclaimer(){
 windowdisclaimer = window.open("./html/disclaimer1.html","disclaimer","width=366,height=300,toolbar=1,scrollbars=1,resizable=1");
}