function changeFlash(idFile, intWidth, intHeight) {
	if (hasReqestedVersion) {
		var objFlashDiv = document.getElementById('flash_service');
		var strEmbed = "<embed width=\"" + intWidth + "\" height=\"" + intHeight + "\" align=\"middle\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" allowscriptaccess=\"sameDomain\" name=\"service_flash\" wmode=\"transparent\" quality=\"high\" id=\"service_flash\" src=\"/file/" + idFile + ".swf\"/>";
		
		objFlashDiv.innerHTML = strEmbed;
	}
		
	
	
	
	
}