//Image Changefunction ChImg(ImgNam,ChSrc) {	if (document.images) {		document.images[ImgNam].src = ChSrc;	}}//FORM Jumpfunction JumpTo(num){	var op = num.IBAselect.selectedIndex;	if( op != 0){ 		window.location.href = num.IBAselect.options[op].value;	}} 