// JavaScript Document - Equinox General Loader

function P7_LH(){ //1.5 by PVII
	P7_setMM2('none',1,3,'none','p7tbdn');
	P7_trigMM2();
	SlideShowEXP.play();
}
function P7_LoadHandler(a){ //1.5 by PVII
	if (a == 1 || a == 3) {
		onload = P7_LH;
	}
	if (a > 1) {
		onresize = P7_RH;
	}
}
P7_LoadHandler(1);