// JavaScript Document

function imageSwapon(id,text,style){
		document.getElementById(id).src='/common_files/smart07/includes/smart_image.php?text='+text+'&style='+style+'';
	}
	
	function imageSwapoff(id,text,style){
		document.getElementById(id).src='/common_files/smart07/includes/smart_image.php?text='+text+'&style='+style+'';
	}
	
	function arrowson(myDiv){
		myDiv.style.backgroundImage='url(/common_files/smart07/includes/smart_image.php?text=>>&style=sub_nav&hover=black)';
		myDiv.style.backgroundRepeat='no-repeat';
		}
	
	function arrowsoff(myDiv){
		myDiv.style.backgroundImage='url()';
		}
	
	
	function SubimageSwapon(buttonNo,id,text,style){
		document.getElementById(id).src='/common_files/smart07/includes/smart_image.php?text='+ text +' &style=' + style+'';
		document.getElementById('SubButton' + buttonNo).style.marginLeft='-14px';
	}
	
	function SubimageSwapoff(buttonNo,id,text,style){
		document.getElementById(id).src='/common_files/smart07/includes/smart_image.php?text='+ text +' &style=' + style +'';
		document.getElementById('SubButton' + buttonNo).style.marginLeft='0px';
	}
	
		function mainContentArrowOn(myDiv,image){
		document.getElementById(myDiv).style.backgroundImage='url(/common_files/smart07/graphics/forward_button_.gif)';
		document.getElementById(myDiv).style.backgroundRepeat='no-repeat';
		}
	
	function mainContentArrowOff(myDiv,image){
		document.getElementById(myDiv).style.backgroundImage='url(/common_files/smart07/graphics/forward_button.gif)';
		document.getElementById(myDiv).style.backgroundRepeat='no-repeat';
		}
	
	
	