	buloff = new Image(); 
	buloff.src = "/custom/pic/main/bul_off.gif";
	bulhov = new Image(); 
	bulhov.src = "/custom/pic/main/bul_hov.gif";
	bulon = new Image(); 
	bulon.src = "/custom/pic/main/bul_on.gif";
	
	gooff = new Image(); 
	gooff.src = "/custom/pic/main/arrow_go_off.gif";
	gohov = new Image(); 
	gohov.src = "/custom/pic/main/arrow_go_hov.gif";
	backoff = new Image(); 
	backoff.src = "/custom/pic/main/arrow_back_off.gif";
	backhov = new Image(); 
	backhov.src = "/custom/pic/main/arrow_back_hov.gif";
	printoff = new Image(); 
	printoff.src = "/custom/pic/main/art_print.gif";
	printhov = new Image(); 
	printhov.src = "/custom/pic/main/art_print_hov.gif";
	sendoff = new Image(); 
	sendoff.src = "/custom/pic/main/art_send.gif";
	sendhov = new Image(); 
	sendhov.src = "/custom/pic/main/art_send_hov.gif";
	attach0off = new Image(); 
	attach0off.src = "/custom/pic/main/art_attach0.gif";
	attach0hov = new Image(); 
	attach0hov.src = "/custom/pic/main/art_attach0_hov.gif";
	attach1off = new Image(); 
	attach1off.src = "/custom/pic/main/art_attach1.gif";
	attach1hov = new Image(); 
	attach1hov.src = "/custom/pic/main/art_attach1_hov.gif";
	
	guide0off = new Image(); 
	guide0off.src = "/custom/pic/main/guide_attach0.gif";
	guide0hov = new Image(); 
	guide0hov.src = "/custom/pic/main/guide_attach0_hov.gif";
	guide1off = new Image(); 
	guide1off.src = "/custom/pic/main/guide_attach1.gif";
	guide1hov = new Image(); 
	guide1hov.src = "/custom/pic/main/guide_attach1_hov.gif";
		
	function changer(name1,pic1) 
		{
  		window.document[name1].src = pic1.src;
 		}
			
	function PopWinStart(SectionList,w,h) 
		{
		var popupx = (screen.width/2)-(w/2);
		var popupy = (screen.height/2)-(h/2);	
		var popwin = window.open(SectionList, 'PopWin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+w+',height='+h+',left='+popupx+',top='+popupy+'');
		if (window.focus) popwin.focus();
		}
	function PopWin(SectionList,WinName,scroller,w,h) 
		{
		var popupx = (screen.width/2)-(w/2);
		var popupy = (screen.height/2)-(h/2);	
		var popwin = window.open(SectionList, WinName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scroller+',resizable=no,width='+w+',height='+h+',left='+popupx+',top='+popupy+'');
		if (window.focus) popwin.focus();
		}
	function PopWin2(SectionList,WinName,scroller,w,h) 
		{
		var popupx = (screen.width/2)-(w/2);
		var popupy = (screen.height/2)-(h/2);	
		var popwin = window.open(SectionList, WinName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scroller+',resizable=yes,width='+w+',height='+h+',left='+popupx+',top='+popupy+'');
		if (window.focus) popwin.focus();
		}
	function surfto(form,sname) {
	        var myindex=form.elements[sname].selectedIndex
	        location=form.elements[sname].options[myindex].value;
		}
	function submitsearchform(val) {
		document.search.s_rep.value = val;
		document.search.submit()
	}
	
	// Navigation
	function surfto(val) {
		location.href = val;
	}
	function over(id,bgClass,id2,bgClass2) { 
		if(navigator.appName.indexOf("Netscape") != -1) {
			document.getElementById(id).className  = bgClass;
			if (bgClass2!="") {
				document.getElementById(id2).className = bgClass2;
			}
		} else {
			//document.all.tags('tr')[id].className = bgClass;
			document.getElementById(id).className  = bgClass;
			if (bgClass2!="") {
				document.all.tags('a')[id2].className = bgClass2;
			}
		}
	}
	function out(id,bgClass,id2,bgClass2) { 
		if(navigator.appName.indexOf("Netscape") != -1) {
			document.getElementById(id).className = bgClass;
			if (bgClass2!="") {
				document.getElementById(id2).className = bgClass2;
			}
		} else {
			//document.all.tags('tr')[id].className = bgClass;
			document.getElementById(id).className = bgClass;
			if (bgClass2!="") {
				document.all.tags('a')[id2].className = bgClass2;
			}
		}
	}
