window.onload =  function () {

	Nifty("div#hilitebox");
	// fixPNGs(); 
	if (typeof(ss) == 'object')	{ss.play()}
 
 var alltags=document.all? document.all : document.getElementsByTagName("*");
	 for (i=0; i<alltags.length; i++)	{
	
		if (alltags[i].className == "topbar")	{
				alltags[i].onclick = function () { location.href= this.getAttribute('rel'); }
				alltags[i].onmouseover = function () { lightup2(this); return false; }
				alltags[i].onmouseout = function () { lightup2(this); return false; }
			 }
			 
		if (document.getElementById('lightwindow_title_bar'))	{
				document.getElementById('lightwindow_title_bar').className='lllheader'
			 }
			 
	}
}

