// JavaScript Document

function aw_showflash(id)
{
	document.getElementById("logos").style.display = "none";
	document.getElementById(id).style.display = "block";
}

function aw_showflash_restore()
{
	document.getElementById("logos").style.display = "block";
	
	document.getElementById("20inches_landing").style.display = "none";
	document.getElementById("ar_landing").style.display = "none";	
	document.getElementById("motegi_landing").style.display = "none";
	document.getElementById("dropstar_landing").style.display = "none";	
	document.getElementById("boyd_landing").style.display = "none";
	document.getElementById("atx_landing").style.display = "none";	

}

