	document.write ("<style>html {scrollbar-face-color: #5C528F; scrollbar-shadow-color: black; scrollbar-highlight-color: ThreeDHighlight !important; scrollbar-3dlight-color: black !important; scrollbar-darkshadow-color: black !important; scrollbar-track-color: transparent !important; scrollbar-arrow-color: yellow; }</style>");
	
	function MakeTollFree() {
		
		document.write('<span style="white-space:nowrap;"><b style="font-style:normal;font-size:27px;color:#912E84;background:transparent;">Toll Free to Costa Rica</b><br /><span class="tollfree">1-800-215-0276</span></span><br /><br />');
		
	}
	
	function changeTimeOut(newcolor,id) {
		
		//document.getElementById(id).style.background='url(\'./images/site/button-menu-over-B09EFF.gif\') center no-repeat';
		document.getElementById(id).style.color=newcolor;
		setTimeout("changeTimeOut('#00ff00','"+id+"');",3000);
		clearTimeout();
		
	}
	
	function changeTimeOutBottom(newcolor,id) {
		
		document.getElementById(id).style.color=newcolor;
		setTimeout("changeTimeOutBottom('#fff','"+id+"');",3000);
		clearTimeout();
		
	}
	
