

function ebAd_694525()
{
	this.strDefaultImage = ebResourcePath + "Site-12242/Type-0/685753E0-F694-4E0C-8B4C-CED9537E2997.gif";
	this.strDefaultFlash = "Site-12242/Type-2/69829B91-3FBB-45BE-96DB-F3AB0EF99A83.swf";
	if (this.strDefaultFlash != "")
	{
		this.strDefaultFlash = ebResourcePath + this.strDefaultFlash;
		this.nDefaultFlashWidth = 300;
		this.nDefaultFlashHeight = 250;
	}
	
	this.strRichFlash = "";
	this.RichFlashStreaming = null;
	if (this.strRichFlash != "")
	{
		this.strRichFlash = ebResourcePath + this.strRichFlash;
		this.nRichFlashWeight = 0;
		this.nRichFlashWidth = 0;
		this.nRichFlashHeight = 0;

		if ("1" == "1")
		{
			this.RichFlashStreaming = new Object();
			this.RichFlashStreaming.fAutoBuffer = "0";
			this.RichFlashStreaming.nMovieDuration = "0";
			this.RichFlashStreaming.nHighBWBuffer = "50";
			this.RichFlashStreaming.nLowBWBuffer = "100";
		}
	}
	this.fWaitForFlashCommand = ("0" == "1");
	this.fPreloader = ("0" == "1");
	this.flFlashVer = 9;
		
// Full-page skin URL

	// Default Skin
	this.strFSSkinURL = ebBigS + "/Res/EBFullScreenNone" + ebFullPageSkinVer + ".swf";
	this.nFSSkinWidth = 1024;
	this.nFSSkinHeight = 768;

this.nFSMute = 3;
this.fEnableFS = 0;
// Additional assets

this.arrAdditionalRes = new Array(); // backward compatibility - can be removed after upload to REL
this.additionalAssets = new Object();



	//	Update Remote Servers
	this.playRS = new ebCRemoteServers();
	
	//	Update Interactions
	this.interactions = new Object();
	
	//set the Default Interaction - "_eyeblaster"
	setDefaultInteraction(this);
	setInteractions(this);
	
	//		TODO ...
	//if (linkFlag.toLowerCase() == "true")
	//	gebInteractionBuffer[0].jumpURL = "http://www.motorolavillage.it";
	//else
	//gebInteractionBuffer[0].jumpURL = "";

	function setDefaultInteraction(objRef)
	{
		objRef.interactions["_eyeblaster"] = new ebCInteraction("_eyeblaster");
		var inter = objRef.interactions["_eyeblaster"];
	
		inter.fCloseFlag = 1;
		inter.strJumpUrl = "http://www.motorolavillage.it";
		if (inter.strJumpUrl != "")
			objRef.fLink = true;
		else
			objRef.fLink = false;
		inter.strTarget = "_blank";
		inter.RS.strNUrl = "";
		inter.RS.strAUrl = "";
		inter.fCountAsClick = 1;
		inter.jumpWin.strPosX = "";
		inter.jumpWin.strPosY = "";
		inter.jumpWin.strWidth = "";
		inter.jumpWin.strHeight = "";
		inter.jumpWin.strAddressBar = "1";
		inter.jumpWin.strMenuBar = "1";
	}
	


	//function setInteractions
	//	this function build all the interactions that came from the admin as objects
	//	in the interactions object.
	//	the interactions data that come from the admin is set in array in the folowing order:
	///////////////////////////
	//	0 : InteractionName
	//	1 : CloseFlag
	//	2 : JumpURL
	//	3 : JumpWinPosX
	//	4 : JumpWinPosY
	//	5 : JumpWinWidth
	//	6 : JumpWinHeight
	//	7 : JumpWinAddressBar
	//	8 : JumpWinMenuBar
	//	9 : NetworkTrackingURL
	// 10 :	AgencyTrackingURL
	// 11 : JumpTarget
	// 12 : CountAsClick
	// 13 : nType
	/////////////////////////////
	function setInteractions(objRef)
	{
		
	}
	
	function buildIntList(objRef,name,fClose,jumpURL,XPos,YPos,width,height,fAddress,fMenu,NUrl,AUrl,target,fClick,type,nInitiated)
	{
		//create a new interaction object and set all its properties.
			
		//inter[0] -> interaction name.
		objRef.interactions[name] = new ebCInteraction(name,type);
		var tempInter = objRef.interactions[name];
			
		tempInter.fCloseFlag = fClose;
		tempInter.strJumpUrl = jumpURL;

		tempInter.jumpWin.strPosX = XPos;
		tempInter.jumpWin.strPosY = YPos;
		tempInter.jumpWin.strWidth = width;
		tempInter.jumpWin.strHeight = height;
		tempInter.jumpWin.strAddressBar = fAddress;
		tempInter.jumpWin.strMenuBar = fMenu;
			
		tempInter.RS.strNUrl = NUrl;
		tempInter.RS.strAUrl = AUrl;
			
		var target = parseInt(target);
		switch (target)
		{
			case 0 :
				tempInter.strTarget = "_self";		// same window
				break;
			case 1 :
				tempInter.strTarget = "_blank";		// New window
				break;
			case 2 :
				tempInter.strTarget = "_top";		// Break the frameset
				break;
			default :
				tempInter.strTarget = "_blank";
		}

		tempInter.fCountAsClick = fClick;
		tempInter.nInitiated = nInitiated;		//0 - auto initiated;1 - user initiated
		//tempInter.print();		
	}
		
	
	
}

//	Mark this ad as loaded
if(typeof(gnEbAd_694525WasLoaded) == "undefined")
	gnEbAd_694525WasLoaded = 1;
else
	gnEbAd_694525WasLoaded++;

if (typeof(ebScriptLoaded) != "undefined")
	ebScriptLoaded("ebAd_694525");
if (typeof(ebDoOnBannerScriptLoad) != "undefined")
	ebDoOnBannerScriptLoad();

