//<!-- popup window for most informational pages. -->
//<!-- meant fo rinformation onsite but not to change the flow of navigation -->
function popup(){
	newwin = window.open('','document','scrollbars=yes,width=750,height=600,resizable=1');}
function popup_nonav(){
	newwin = window.open('','document','scrollbars=no,width=750,resizable=1');}


function preloadImages() { //v2.0
if (document.images) {
	var imgFiles = preloadImages.arguments;
	if (document.preloadArray==null) document.preloadArray = new Array();
	var i = document.preloadArray.length;
	with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
	preloadArray[i] = new Image;
	preloadArray[i++].src = imgFiles[j];
} }
}

