	window.onload = function() {  
		if (document.getElementById('categoryLabel')) {
			x = 739 -(document.getElementById('categoryLabel').offsetWidth);
			document.getElementById('categoryLine').style.width = x + 'px';
		}
		
		var Top = { movie: topUrl, width:"872", height:"101", majorversion:"9", build:"0", wmode:"transparent" };
		var MovieTop = { movie: movieUrl, width:"950", height:"152", majorversion:"9", build:"0", wmode:"transparent" };
		UFO.create(Top, "menu");
		UFO.create(MovieTop, "topMovie");
	}
	
	
	

