// JavaScript Document

//<![CDATA[

function swap(title,hotCold)
{
 
document.getElementById(title + "_").src = "images/" + title + "_" + hotCold + ".gif"; 

}
if (document.images)

{

	intro_hot= new Image(63,43);
	intro_hot.src="images/intro_hot.gif";
	
	power_hot= new Image(76,43);	
	power_hot.src="images/power_hot.gif";
		
	optimize_hot= new Image(89,43);
	optimize_hot.src="images/optimize_hot.gif";
		
	processing_hot= new Image(106,43);
	processing_hot.src="images/processing_hot.gif";

	build_hot= new Image(66,43);
	build_hot.src="images/build_hot.gif";
	
	tone_hot= new Image(62,43);
	tone_hot.src="images/tone_hot.gif";
	
	mounting_hot= new Image(75,43);
	mounting_hot.src="images/mounting_hot.gif";
	

}

//
if(window.attachEvent)

//    window.attachEvent("onload",setListeners);



function DOM(n) 
{

	if (document.all) return(document.all[n]);

	if (document.getElementById) return(document.getElementById(n));

	return(null);

}



function toggleDisplay( n ) 
{

	var o = DOM(n);
	
	if ( o == null )
		
return;

	o.style.display = (o.style.display == '') ? "none" :  "";

}

//]]>


