<!--//
		if (document.images) 
	{
		button_on = new Image();
		button_on.src = "/au/img/sm_arrow2.gif";
					
		button_off = new Image();
		button_off.src = "/au/img/sm_arrow.gif";
		
		dot_on = new Image();
		dot_on.src = "/au/devguide/img/time_on.gif";

		dot_off = new Image();
		dot_off.src = "/au/devguide/img/time_off.gif";
		
	}			
		function img_act(imgName, changeTo){if (document.images) document[imgName].src = eval(changeTo + ".src")}
	
		function SetLink()
			{
				var bIsIE = navigator.appName.indexOf("Microsoft") != -1;
				if (bIsIE) {window.external.AddFavorite(location.href, document.title);}
			}	
// -->