
//<![CDATA
var reqMajorVer=9;var reqMinorVer=0;var reqRevision=28;
var checkFlashVersion=true;


function shot(str,w,h){    
	
	var option;
	var href;
	
	option="scrollbars=yes, resizable=yes, status=no, location=no, toolbar=no";
			
	href=location.href.substr(0,location.href.lastIndexOf("index.php"));
		
	str=href+str;
	
	if (w && w>0) option+=",width="+w;
	if (h && h>0) option+=",height="+h;
	
	window.open(str,'',option);

}

window.onload=function(){

	if (checkFlashVersion){
		var hasReqestedVersion=DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision); 
		if (hasReqestedVersion) { 
			flashSupported=true;
			inserisciSWF();
		} else { 
			document.location.href="noFlash.html";
			flashSupported=false;
		} 
	}

	if (typeof(do_init)=='function'){
		
		do_init();
		
	}
}
//]]>