function onLoad() {
	P7_ExpMenu(); 
	if (typeof niftyPlayer1 != "undefined") {
	    niftyplayer('niftyPlayer1').registerEvent('onStop', 'stopPlayer()');
	    JSFX_FloatDiv("divTopLeft", 925, 5).floatIt();
	}
	AfterPageLoad();
}