function linkIt(theField) {
	var winTarget = "_blank";
	if(theField[theField.selectedIndex].value!="#"){
		open(theField[theField.selectedIndex].value, winTarget);
	}
}

function imgChange(imgname,imgnum) {
	if (navigator.appVersion > "3") {
		document.images[imgname].src = eval(imgnum + ".src");
	}
}

if (navigator.appVersion > "3") {
imgX1 = new Image(); imgX1.src = "img/arrow.gif";
imgX2 = new Image(); imgX2.src = "img/arrow_on.gif";
imgX3 = new Image(); imgX3.src = "img/carrow.gif";
imgX4 = new Image(); imgX4.src = "img/carrow_on.gif";
}

function imgChange2(imgname) {
	if (navigator.appVersion > "3") {
		document.images[imgname].src = "img/narrow_on.gif";
	}
}

function imgChange3(imgname) {
	if (navigator.appVersion > "3") {
		document.images[imgname].src = "img/nback.gif";
	}
}

function popopen(htmlname){
	w=window.open(htmlname,"WindowOpen1","width=600,height=380,status=yes,resizable=yes,toolbar=yes,scrollbars=yes");
	w.focus();
}

function popopen2(htmlname){
	w=window.open(htmlname,"WindowOpen2","width=800,height=650,status=yes,resizable=yes,toolbar=yes,scrollbars=yes");
	w.focus();
}

function SpaceSet(){
	document.write("<tr>\n");
	document.write("<td colspan=\"2\" height=\"1\" class=\"white\"><img src=\"img/space.gif\" width=\"1\" height=\"1\" alt=\"\"></td>\n");
	document.write("</tr>\n");
}


