onLoadHome();

function onLoadMash()
{
	vFadeDir = "images/mashfade/";
	setTimeout("startFade();",100);
}	
function onLoadHome()
{
	vFadeDir = "images/fade1/";
	setTimeout("startFade();",100);
}	


