var AC_FL_RunContent = 0;
var DetectFlashVer = 0;
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 28;
// the version of javascript supported
var jsVersion = 1.0;
// GLOBAL FUNCTION
var flashToLoad = new Array();
//
var sitePath = window.location.href.substring(0, window.location.href.indexOf("/", 7));

//varibili del timer
var timerID;
var contStep=0;
var maxStep=30;
var detectorComplete=false;
//varibili ajax
var ajaxComplite;
var ajaxGetSessionComplite="vuota";
var xmlRequestObject = false; // XMLHttpRequest Object
if (window.XMLHttpRequest) // try to create XMLHttpRequest
	xmlRequestObject = new XMLHttpRequest();
if (window.ActiveXObject && !(navigator.userAgent.indexOf("MSIE")!=-1 && navigator.userAgent.indexOf("Mac")!=-1 && navigator.appVersion.indexOf("MSIE 5")!=-1) )	// if ActiveXObject use the Microsoft.XMLHTTP
	xmlRequestObject = new ActiveXObject("Microsoft.XMLHTTP");

//varibili relative agli stili
var pageStyle;
var sessionPageStyle;//da ricevere con ajax
var cookiePageStyle;

str_msg_confirm="To see the Tasia web site you need the Adobe Flash Player 8.\nClick OK to download Adobe Flash Player.";

