/**************** Special block for the offline copy   ****************/
function ms( url, xml) {
	this.flashUrl = url;
	this.flashXmlUrl = xml;
}

function teas(turl) {
	this.url = turl;
}

function offlineCopyTeaser () {
	this.teaserArea =  new Array(
		new Array(new teas("/_teaser_pool/standard/facebook.html"),new teas("/_teaser_pool/standard/mini_pricing.html"),new teas("/_teaser_pool/standard/mini_coupe.html")),
		//new Array(new teas("/_teaser_pool/standard/facebook.html"),new teas("/_teaser_pool/standard/mini_countryman_cooper_s.html"),new teas("/_teaser_pool/standard/drive_away_pricing_1.html")),
		new Array(new teas("/_teaser_pool/standard/mini_countryman_cooper_s.html"),new teas("/_teaser_pool/standard/lifestyle_shop.html"),new teas("/_teaser_pool/standard/dealer_service.html")),
		new Array(new teas("/_teaser_pool/standard/cooper_d_1.html"),new teas("/_teaser_pool/standard/mini_finance_1.html"),new teas("/_teaser_pool/standard/jcw_1.html"))		
	);

	this.mainStage = new Array(
    new ms("/_common/_shared_files/teaser_pool/main_stage/_swf/MINI_Ray_Landingpage_April2011.swf", "/_teaser_pool/mainstage/FlyingPoster/content.xml"),
		new ms("/_common/_shared_files/teaser_pool/main_stage/_swf/MINI_Garage_FlyingPoster_landingpage_dec2010_2.swf", "/_teaser_pool/mainstage/FlyingPoster/content.xml"),
		new ms("/_common/_shared_files/teaser_pool/main_stage/_swf/all_new_mini2.swf", "/_teaser_pool/mainstage/mini_cooper_s/content.xml")
		//new ms("/_common/_shared_files/teaser_pool/main_stage/_swf/cooper_s.swf", "/_teaser_pool/mainstage/mini_cooper_s/content.xml")
	);

	this.mainStageConfigs = new Array(	new function()	{
															this.teaserFlash = new function( ){
																	this.country = topicCountry ;
																	this.language = topicLanguage;
																	this.swf = "/_common/_shared_files/_swf/mainstage_container.swf"
																	this.font = "/_common/_shared_files/_swf/font_latin.swf";
																	this.minFlashVersion = "10.0.0";

															}
															
														if(!teaser.isStartPointScenario())
															this.oid = 3758;   // oid of mainstage container (/_master/en/mainstage.html)
														this.fixTeaser="";
														this.startScenarioFlash   = "/_common/_shared_files/_swf/scenario_teaser.swf";
														this.startScenarioImage   =   "/_common/_shared_files/framework/scenario_noflash_welcome.jpg";
														teaserAreaImage   = 	"/_common/_shared_files/framework/scenario_noflash_welcome.jpg";
											}
	);
}


function loadStaticTeaser(){
	var ts = new offlineCopyTeaser();
	teaser.mainStageConfigs = ts.mainStageConfigs;
	teaser.teaserSelectionCallback(ts);
	$('#teaser_area').mouseleave(function(){teaser.hideAllBigTeaserDelayed();});
}
/**************** End special block for the offline copy   ****************/
