clickload = platload = horseload = 0;
window.onload = function() {
	if(typeof(clickload) != 'undefined' && clickload == 1)
		clickMenu();
	if(typeof(platload) != 'undefined' && platload == 1)
		plat_startit();
	if(typeof(horseload) != 'undefined' && horseload == 1)
		showNextItem();
	if(typeof(rotateload) != 'undefined' && rotateload == 1)
		rotate_images();
}
