<!--

if (document.images) {
	gear1on = new Image(); gear1on.src = "worldgearON.gif";
	
   
 
	gearoff = new Image(); gearoff.src = "worldgear.gif";
	
   
	
}


function rollOn1(img1,img2,text){
	str = "window.status = '" + text + "'";
	if (document.all) setTimeout(str,5);
    else window.status = text;
	if (document.images) {
		document.gear.src=eval(img1 + "on.src");
		
	}
}

function rollOff1(){
    window.status = "";	
	if (document.images) {
		document.gear.src=gearoff.src;
		

	}
}



//-->
