// Preloads images for this specific page
//Note:If want to use these codes, need to pass in a path to the images folder
/*img1Act = new Image();
img1Act.src = 'images/home/toNav_1_act.gif';
img2Act = new Image();
img2Act.src = 'images/home/toNav_2_act.gif';
img3Act = new Image();
img3Act.src = 'images/home/toNav_3_act.gif';
img4Act = new Image();
img4Act.src = 'images/home/toNav_4_act.gif';
img6Act = new Image();
img6Act.src = 'images/home/toNav_6_act.gif';
img7Act = new Image();
img7Act.src = 'images/home/toNav_7_act.gif';
img8Act = new Image();
img8Act.src = 'images/home/toNav_8_act.gif';
img9Act = new Image();	
img9Act.src = 'images/home/toNav_9_act.gif';
img10Act = new Image();
img10Act.src = 'images/home/toNav_10_act.gif';*/

// swap images on in the tables containing
// retrieved rows
function movepic(img_name,img_src) {
	document[img_name].src=img_src;
}

function opnWin(URLtoOpen, windowName, windowFeatures) {
	var newWindow
	newWindow=window.open(URLtoOpen, windowName, windowFeatures);
	newWindow.focus();
}

      
