/*	
	The Mushroom Kingdom
	http://www.classicgaming.com/tmk/
	11/23/98
								*/


function randomLogo()
{
var rand = Math.round(Math.random()*4);  // number of logos -1
var dim = "width=\"600\" height=\"100\"";
document.writeln('<a href="/"><img src="/_logo0'+rand+'.gif" '+dim+' border="0" alt="The Mushroom Kingdom" title="The Mushroom Kingdom" /></a>');
}

function imgInit()
{
	if (document.images && navigator.userAgent.indexOf('Netscape6/6.0')==-1)      
	{
		this.length=imgInit.arguments.length;
		for (var i=0; i<this.length; i++)
		{
			this[i+1]=new Image();
			this[i+1].src=imgInit.arguments[i];
		}
	}
}

var imgs=new imgInit('/_generalON.gif', '/_generalONg.gif', '/_gamesON.gif', '/_gamesONg.gif', '/_downON.gif', '/_downONg.gif', '/_maniaON.gif', '/_maniaONg.gif', '/_emuON.gif', '/_emuONg.gif', '/_refON.gif', '/_refONg.gif', '/_specialsON.gif', '/_specialsONg.gif', '/_miscON.gif', '/_miscONg.gif');

function imgChange(imageInput,imageEntry)
{
	if(document.images && navigator.userAgent.indexOf('Netscape6/6.0')==-1)
	{
		document.images[imageInput].src=imageEntry;
	}
}
