
function playSound() {
	if (window.document.soundFlash) {
		window.document.soundFlash.Play();
	}
}

loadFlash = function(){
	FlashWindow=window.open('flash.htm','flashWin','width=950, height=750, left=0, top=0, toolbar=No, location=No, scrollbars=Yes, status=No, fullscreen=No');FlashWindow.focus();void(0);
	FlashWindow.window.moveTo(0,0);
	if (document.all) {
		FlashWindow.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
		if (FlashWindow.window.outerHeight<screen.availHeight||FlashWindow.window.outerWidth<screen.availWidth){
			FlashWindow.window.outerHeight = screen.availHeight;
			FlashWindow.window.outerWidth = screen.availWidth;
		}
	}
}
finish = function(){
	top.location.href = 'index2.htm';
}

validateFF = function(){
	if(is_mac&&is_fx&&String(is_fx_ver).substring(0,3)<1.5){
		Element.setStyle('oldFF', {top:'0px'} );
	}
}

