

function redimensionner () {
    if ($('introfr_piagetpolo').style.display!='none') {
	var taille_disponible = $(window).getSize().y-$('intro').getPosition().y;

	if (taille_disponible<400) {
	    $('div_flash').setStyle('height', 400);
	    $('flash').style.height=400;
	} else if(taille_disponible>491) {
	    $('div_flash').setStyle('height', taille_disponible);
	    $('flash').style.height=491;
	} else {
	    $('div_flash').setStyle('height', taille_disponible);
	    $('flash').style.height=taille_disponible;
	}
	$('intro').setStyle('margin-top', 115);
    }
}

function initPage() {
    $('content_piagetpolo').setStyle('display','none');
    $('introfr_piagetpolo').setStyle('display','');
    var att = {
	data:"ws_flash/Intro-Piaget_Polo.swf",
	height:'100%',
	width:'100%'
    };
    var par =	{
	flashvars:"foo=bar&",
	wmode:'transparent'
    };
    var id = 'flash';
    var myObject = swfobject.createSWF(att, par, id);
    redimensionner();
    window.addEvent("resize", redimensionner);
}

var ms_var_orig='';
var token_piaget='';
var layer_params=new Array();
layer_params=['nothing'];
layer_params['nothing']='rien';

function open_estara(id_localisation) {
    var estara_url='';
    var name_popup='';
    var left = screen.availWidth - 440 ;
    if(id_localisation == 2) {
	estara_url = 'http://as00.estara.com/ep/?ulbid=165273' ;
	name_popup = 'en_estara' ;
    } else if(id_localisation == 1){
	estara_url = 'http://as00.estara.com/ep/?ulbid=243303' ;
	name_popup = 'fr_estara' ;
    }
    if (estara_url!='') {
	window.open(estara_url, name_popup, 'C, scrollbars=yes, width=430,height=378,top=0,left='+left) ;
    }
}
	
function openContactForm(){
    var width = 350;
    var height = 600;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var url = racine + "formulaire?css=popup&typeForm=contact&inside=layoutHtml&legacy_localisation="+id_localisation+"&origine="+origine+"&ref=&url=&gaCode=UA-15249600-1&";
    var newWindow=window.open(url,'piagetcontact', "menubar=no, status=no, scrollbars=yes, width="+width+", height="+height+",left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top) ;
}
function openNewsletterForm(){
    var width = 350;
    var height = 300;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var url = racine + "formulaire?css=popup&typeForm=newsletter&inside=layoutHtml&legacy_localisation="+id_localisation+"&origine="+origine+"&ref=&url=&gaCode=UA-15249600-1&";
    var newWindow=window.open(url,'piagetcontact', "menubar=no, status=no, scrollbars=yes, width="+width+", height="+height+",left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top) ;
}
function openSendtoaFriend(){
    var width = 350;
    var height = 430;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var url = racine + "formulaire?css=popup&typeForm=sendToAfriend&inside=layoutHtml&legacy_localisation="+id_localisation+"&origine="+origine+"&ref=&url=&gaCode=UA-15249600-1&url="+encodeURIComponent(document.location.href);
    var newWindow=window.open(url,'piagetcontact', "menubar=no, status=no, scrollbars=yes, width="+width+", height="+height+",left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top) ;
}

function showTermsByLocalisationPopup(id_localisation) {
    window.open(tab_infos_by_id_localisation[id_localisation]['domain_piaget'] + '/terms','popupterms'+id_localisation, 'menubar=no, status=no, scrollbars=yes, width=380, height=400') ;
}
	
function navEvents(id_langue) {
    var code_lang='en';
    if (!(id_langue+''=='')) {
	code_lang=p_lang_code_by_id[id_langue];
    }
    code_lang=code_lang.toLowerCase();
		
		
    document.location.href='http://events.piaget.com/'+code_lang;
}
	
function setTitle(str) {
    if (str != "null") {
	document.title=str;
    }
}
function setHistory(h) {
    /*hash = h;
		hash_ext = hash;
		if (default_ext!=current_ext && current_ext!='') {
			//h=p_ext_list[p_ext_name_current].url_ident+'#'+h;
		}*/
    unFocus.History.addHistory(h);
}
	
	
function statSiteExt(url_ident, rubrique, str,id_localisation) {
    statExtInit(url_ident,id_localisation);
    xtn2=getExtCodeRubrique(url_ident,rubrique);
    //alert(url_ident);
    //alert(rubrique);
    //alert(str);
    //alert(id_localisation);
    //SPIRIT2009 :: UA-7013435-1 ?? -- 402290
    //PIAGETPOLO :: UA-7298083-1 -- 402299
    //implémenter le settage de xiti_ident niv1,niv2 + nom de domaine pour le cookie + google_ident


    var tab=str.split("::");
    var hit_xiti='';
    var hit_google=rubrique;
    for (var i=0; i<tab.length; i++) {
	var str_tmp=statCleanStr(tab[i]);
	//Google
	if (hit_google!='') {
	    hit_google+='/';
	}
	hit_google+=str_tmp;
	//Xiti
	if (hit_xiti!='') {
	    hit_xiti+='::';
	}
	hit_xiti+=str_tmp;
    }
    pageTracker._trackPageview(hit_google);
    //Xiti
    xt_med('F',xtn2,hit_xiti);
//try {console.log('stat polo_xiti_niv2='+rubrique);} catch (e) {}
//try {console.log('stat polo_xiti_page='+hit_xiti);} catch (e) {}
}
	
function statExtInit (url_ident,id_localisation) {
    for (var i=0;i<tab_ext.length;i++) {
	if (tab_ext[i]['url_ident']==url_ident) {
	    ext_num=i;
	}
    }
    //alert('num='+ext_num);
    if (tab_ext[ext_num]['localisation']) {
	//alert('localized=true');
	window.xtsd = tab_ext[ext_num]['stats'][id_localisation]['xiti']['url'];
	window.xt7 = tab_ext[ext_num]['stats'][id_localisation]['xiti']['url'];
	window.xtsite = tab_ext[ext_num]['stats'][id_localisation]['xiti']['ident'];
	window.xt8 = tab_ext[ext_num]['stats'][id_localisation]['xiti']['ident'];
	window.pageTracker = window._gat._getTracker(tab_ext[ext_num]['stats'][id_localisation]['google']['ident']);
    } else {
	//alert('localized=false');
	window.xtsd = tab_ext[ext_num]['xiti']['url'];
	window.xt7 = tab_ext[ext_num]['xiti']['url'];
	window.xtsite = tab_ext[ext_num][id_localisation]['xiti']['ident'];
	window.xt8 = tab_ext[ext_num][id_localisation]['xiti']['ident'];
	window.pageTracker = window._gat._getTracker(tab_ext[ext_num][id_localisation]['google']['ident']);
    }
//try {console.log('statSiteInit-xtsite=' + window.xt7 + '\n');} catch (e) {}
//try {console.log('statSiteInit-url=' + window.xt8 + '\n');} catch (e) {}
//try {console.log('url_ident=' + url_ident + '\n');} catch (e) {}
}
	
function getExtCodeRubrique(url_ident,rubrique) {
    var retour=0;
    for (var i=0;i<tab_ext.length;i++) {
	if (tab_ext[i]['url_ident']==url_ident) {
	    ext_num=i;
	}
    }
    if(typeof(tab_ext[ext_num].rubs[rubrique])!= "undefined"){
	retour=tab_ext[ext_num].rubs[rubrique];
    }
    //try {console.log('retour -getExtCodeRubrique=' + retour + '\n');} catch (e) {}
    return retour;
		
}
	
function statCleanStr(str) {
    str=str.toLowerCase();
    str=str.replace("à", "a");
    str=str.replace("á", "a");
    str=str.replace("â", "a");
    str=str.replace("ã", "a");
    str=str.replace("ì", "i");
    str=str.replace("í", "i");
    str=str.replace("î", "i");
    str=str.replace("ï", "i");
    str=str.replace("ù", "u");
    str=str.replace("ú", "u");
    str=str.replace("û", "u");
    str=str.replace("ü", "u");
    str=str.replace("e", "e");
    str=str.replace("e", "e");
    str=str.replace("è", "e");
    str=str.replace("é", "e");
    str=str.replace("ê", "e");
    str=str.replace("ë", "e");
    str=str.replace("ç", "c");
    str=str.replace("c", "c");
    str=str.replace("c", "c");
    str=str.replace("c", "c");
    str=str.replace("c", "c");
    str=str.replace("ÿ", "y");
    str=str.replace("ý", "y");
    str=str.replace("n", "n");
    str=str.replace("n", "n");
    str=str.replace("n", "n");
    str=str.replace("?", "n");
    str=str.replace("ñ", "n");
    str=str.replace("ò", "o");
    str=str.replace("ó", "o");
    str=str.replace("ô", "o");
    str=str.replace("õ", "o");
    str=str.replace("ö", "o");
    str=str.replace(/[^a-z0-9_:~\\\/\-]/gi,'_');
    return str;
}	
	
	
tab_ext = new Array()
tab_site_stat = new Array(),
    tab_ext[0]={
	'url':'/crossdomain/swf/MALLE.swf',
	'base':'http://www.piaget.com/minisites/malle/',
	'url_ident':'MALLE',
	'localisation':false,
	'label_default':'Malle',
	'label':'Malle',
	'google_ident':'',
	'xiti_ident':'343293',
	'xiti_url':'http://logi150',
	'version':'0',
	'params':{
	    'LANGCODE':'LANG_CODE',
	    'ZONECODE':'ZONE_CODE',
	    'REF':'REF',
	    'HASH':'HASH'
	},
	'stats':new Array(),
	'rubs':new Array()
    };
tab_ext[1]={
    'url':'/crossdomain/swf/SPIRIT2009.swf',
    'base':'http://spiritawards.piaget.com/',
    'url_ident':'SPIRIT2009',
    'localisation':false,
    'label_default':'Spiritawards 2009',
    'label':'Spiritawards 2009',
    'google_ident':'UA-7013435-1',
    'xiti_ident':'402290',
    'xiti_url':'http://logi163',
    'version':'0',
    'params':{
	'unfocusHash':'HASH'
    },
    'stats':new Array(),
    'rubs':new Array()
};
tab_ext[2]={
    'url':'/crossdomain/swf/PIAGETPOLO.swf',
    'base':'http://www.piagetpolo.com/',
    'url_ident':'PIAGETPOLO',
    'localisation':true,
    'label_default':'Piaget Polo',
    'label':'Piaget Polo',
    'google_ident':'',
    'xiti_ident':'',
    'xiti_url':'',
    'version':'0',
    'params':{
	'HASH':'HASH',
	'LANGID':'LANG_ID',
	'id_localisation':'id_localisation',
	'RACINE':'BASE'
    },
    'stats':new Array(),
    'rubs':new Array()
};
			  
tab_ext[2]['rubs']['other']='1';
				  
tab_ext[2]['rubs']['content']='2';
				  
tab_ext[2]['rubs']['landingpage']='3';
				 
tab_ext[2]['stats']['2']=new Array();
tab_ext[2]['stats']['2']['google']=new Array();
tab_ext[2]['stats']['2']['xiti']=new Array();
tab_ext[2]['stats']['2']['google']['ident']='UA-7298083-3';
tab_ext[2]['stats']['2']['xiti']['ident']='405104';
tab_ext[2]['stats']['2']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['5']=new Array();
tab_ext[2]['stats']['5']['google']=new Array();
tab_ext[2]['stats']['5']['xiti']=new Array();
tab_ext[2]['stats']['5']['google']['ident']='UA-7298083-4';
tab_ext[2]['stats']['5']['xiti']['ident']='402296';
tab_ext[2]['stats']['5']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['1']=new Array();
tab_ext[2]['stats']['1']['google']=new Array();
tab_ext[2]['stats']['1']['xiti']=new Array();
tab_ext[2]['stats']['1']['google']['ident']='UA-7298083-5';
tab_ext[2]['stats']['1']['xiti']['ident']='402292';
tab_ext[2]['stats']['1']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['17']=new Array();
tab_ext[2]['stats']['17']['google']=new Array();
tab_ext[2]['stats']['17']['xiti']=new Array();
tab_ext[2]['stats']['17']['google']['ident']='UA-7298083-13';
tab_ext[2]['stats']['17']['xiti']['ident']='402295';
tab_ext[2]['stats']['17']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['18']=new Array();
tab_ext[2]['stats']['18']['google']=new Array();
tab_ext[2]['stats']['18']['xiti']=new Array();
tab_ext[2]['stats']['18']['google']['ident']='UA-7298083-8';
tab_ext[2]['stats']['18']['xiti']['ident']='405096';
tab_ext[2]['stats']['18']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['19']=new Array();
tab_ext[2]['stats']['19']['google']=new Array();
tab_ext[2]['stats']['19']['xiti']=new Array();
tab_ext[2]['stats']['19']['google']['ident']='UA-7298083-14';
tab_ext[2]['stats']['19']['xiti']['ident']='405103';
tab_ext[2]['stats']['19']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['20']=new Array();
tab_ext[2]['stats']['20']['google']=new Array();
tab_ext[2]['stats']['20']['xiti']=new Array();
tab_ext[2]['stats']['20']['google']['ident']='UA-7298083-15';
tab_ext[2]['stats']['20']['xiti']['ident']='402297';
tab_ext[2]['stats']['20']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['21']=new Array();
tab_ext[2]['stats']['21']['google']=new Array();
tab_ext[2]['stats']['21']['xiti']=new Array();
tab_ext[2]['stats']['21']['google']['ident']='UA-7298083-16';
tab_ext[2]['stats']['21']['xiti']['ident']='402294';
tab_ext[2]['stats']['21']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['22']=new Array();
tab_ext[2]['stats']['22']['google']=new Array();
tab_ext[2]['stats']['22']['xiti']=new Array();
tab_ext[2]['stats']['22']['google']['ident']='UA-7298083-12';
tab_ext[2]['stats']['22']['xiti']['ident']='405101';
tab_ext[2]['stats']['22']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['23']=new Array();
tab_ext[2]['stats']['23']['google']=new Array();
tab_ext[2]['stats']['23']['xiti']=new Array();
tab_ext[2]['stats']['23']['google']['ident']='UA-7298083-11';
tab_ext[2]['stats']['23']['xiti']['ident']='405099';
tab_ext[2]['stats']['23']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['24']=new Array();
tab_ext[2]['stats']['24']['google']=new Array();
tab_ext[2]['stats']['24']['xiti']=new Array();
tab_ext[2]['stats']['24']['google']['ident']='UA-7298083-19';
tab_ext[2]['stats']['24']['xiti']['ident']='405093';
tab_ext[2]['stats']['24']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['25']=new Array();
tab_ext[2]['stats']['25']['google']=new Array();
tab_ext[2]['stats']['25']['xiti']=new Array();
tab_ext[2]['stats']['25']['google']['ident']='UA-7298083-18';
tab_ext[2]['stats']['25']['xiti']['ident']='402293';
tab_ext[2]['stats']['25']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['4']=new Array();
tab_ext[2]['stats']['4']['google']=new Array();
tab_ext[2]['stats']['4']['xiti']=new Array();
tab_ext[2]['stats']['4']['google']['ident']='UA-7298083-6';
tab_ext[2]['stats']['4']['xiti']['ident']='405102';
tab_ext[2]['stats']['4']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['9']=new Array();
tab_ext[2]['stats']['9']['google']=new Array();
tab_ext[2]['stats']['9']['xiti']=new Array();
tab_ext[2]['stats']['9']['google']['ident']='UA-7298083-7';
tab_ext[2]['stats']['9']['xiti']['ident']='402298';
tab_ext[2]['stats']['9']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['12']=new Array();
tab_ext[2]['stats']['12']['google']=new Array();
tab_ext[2]['stats']['12']['xiti']=new Array();
tab_ext[2]['stats']['12']['google']['ident']='UA-7298083-9';
tab_ext[2]['stats']['12']['xiti']['ident']='405105';
tab_ext[2]['stats']['12']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['13']=new Array();
tab_ext[2]['stats']['13']['google']=new Array();
tab_ext[2]['stats']['13']['xiti']=new Array();
tab_ext[2]['stats']['13']['google']['ident']='UA-7298083-20';
tab_ext[2]['stats']['13']['xiti']['ident']='405106';
tab_ext[2]['stats']['13']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['8']=new Array();
tab_ext[2]['stats']['8']['google']=new Array();
tab_ext[2]['stats']['8']['xiti']=new Array();
tab_ext[2]['stats']['8']['google']['ident']='UA-10450401-1';
tab_ext[2]['stats']['8']['xiti']['ident']='405098';
tab_ext[2]['stats']['8']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['11']=new Array();
tab_ext[2]['stats']['11']['google']=new Array();
tab_ext[2]['stats']['11']['xiti']=new Array();
tab_ext[2]['stats']['11']['google']['ident']='UA-10450766-1';
tab_ext[2]['stats']['11']['xiti']['ident']='405107';
tab_ext[2]['stats']['11']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['7']=new Array();
tab_ext[2]['stats']['7']['google']=new Array();
tab_ext[2]['stats']['7']['xiti']=new Array();
tab_ext[2]['stats']['7']['google']['ident']='UA-10450506-1';
tab_ext[2]['stats']['7']['xiti']['ident']='405100';
tab_ext[2]['stats']['7']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['14']=new Array();
tab_ext[2]['stats']['14']['google']=new Array();
tab_ext[2]['stats']['14']['xiti']=new Array();
tab_ext[2]['stats']['14']['google']['ident']='UA-10450576-1';
tab_ext[2]['stats']['14']['xiti']['ident']='405108';
tab_ext[2]['stats']['14']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['6']=new Array();
tab_ext[2]['stats']['6']['google']=new Array();
tab_ext[2]['stats']['6']['xiti']=new Array();
tab_ext[2]['stats']['6']['google']['ident']='UA-10450632-1';
tab_ext[2]['stats']['6']['xiti']['ident']='405109';
tab_ext[2]['stats']['6']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['15']=new Array();
tab_ext[2]['stats']['15']['google']=new Array();
tab_ext[2]['stats']['15']['xiti']=new Array();
tab_ext[2]['stats']['15']['google']['ident']='UA-10450738-1';
tab_ext[2]['stats']['15']['xiti']['ident']='405110';
tab_ext[2]['stats']['15']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['10']=new Array();
tab_ext[2]['stats']['10']['google']=new Array();
tab_ext[2]['stats']['10']['xiti']=new Array();
tab_ext[2]['stats']['10']['google']['ident']='UA-7298083-3';
tab_ext[2]['stats']['10']['xiti']['ident']='405097';
tab_ext[2]['stats']['10']['xiti']['url']='http://logi163';
				 
tab_ext[2]['stats']['16']=new Array();
tab_ext[2]['stats']['16']['google']=new Array();
tab_ext[2]['stats']['16']['xiti']=new Array();
tab_ext[2]['stats']['16']['google']['ident']='UA-7298083-3';
tab_ext[2]['stats']['16']['xiti']['ident']='405094';
tab_ext[2]['stats']['16']['xiti']['url']='http://logi163';
tab_ext[3]={
    'url':'/crossdomain/swf/CATALOGUE.swf',
    'base':'http://catalogue.piaget.com/',
    'url_ident':'CATALOGUE',
    'localisation':true,
    'label_default':'Catalogue',
    'label':'Catalogue',
    'google_ident':'UA-7299463-1',
    'xiti_ident':'343291',
    'xiti_url':'http://logi150',
    'version':'0',
    'params':{
	'id_localisation':'id_localisation',
	'racine':'BASE'
    },
    'stats':new Array(),
    'rubs':new Array()
};
			 
tab_ext[3]['stats']['2']=new Array();
tab_ext[3]['stats']['2']['google']=new Array();
tab_ext[3]['stats']['2']['xiti']=new Array();
tab_ext[3]['stats']['2']['google']['ident']='UA-7299463-1';
tab_ext[3]['stats']['2']['xiti']['ident']='343291';
tab_ext[3]['stats']['2']['xiti']['url']='http://logi150';
tab_site_stat['1']=new Array();
tab_site_stat['1']['google_ident']='UA-6462641-1';
tab_site_stat['1']['xiti_ident']='395711';
tab_site_stat['1']['xiti_url']='http://logi150';
tab_site_stat['2']=new Array();
tab_site_stat['2']['google_ident']='UA-6462592-1';
tab_site_stat['2']['xiti_ident']='399412';
tab_site_stat['2']['xiti_url']='http://logi150';
tab_site_stat['4']=new Array();
tab_site_stat['4']['google_ident']='UA-6462913-1';
tab_site_stat['4']['xiti_ident']='395726';
tab_site_stat['4']['xiti_url']='http://logi150';
tab_site_stat['5']=new Array();
tab_site_stat['5']['google_ident']='UA-6462890-1';
tab_site_stat['5']['xiti_ident']='395727';
tab_site_stat['5']['xiti_url']='http://logi150';
tab_site_stat['6']=new Array();
tab_site_stat['6']['google_ident']='UA-6462867-1';
tab_site_stat['6']['xiti_ident']='395728';
tab_site_stat['6']['xiti_url']='http://logi150';
tab_site_stat['7']=new Array();
tab_site_stat['7']['google_ident']='UA-6462845-1';
tab_site_stat['7']['xiti_ident']='395730';
tab_site_stat['7']['xiti_url']='http://logi150';
tab_site_stat['8']=new Array();
tab_site_stat['8']['google_ident']='UA-6462815-1';
tab_site_stat['8']['xiti_ident']='395733';
tab_site_stat['8']['xiti_url']='http://logi150';
tab_site_stat['9']=new Array();
tab_site_stat['9']['google_ident']='UA-6462807-1';
tab_site_stat['9']['xiti_ident']='395734';
tab_site_stat['9']['xiti_url']='http://logi150';
tab_site_stat['10']=new Array();
tab_site_stat['10']['google_ident']='UA-6462941-1';
tab_site_stat['10']['xiti_ident']='395715';
tab_site_stat['10']['xiti_url']='http://logi150';
tab_site_stat['11']=new Array();
tab_site_stat['11']['google_ident']='UA-6462837-1';
tab_site_stat['11']['xiti_ident']='395732';
tab_site_stat['11']['xiti_url']='http://logi150';
tab_site_stat['12']=new Array();
tab_site_stat['12']['google_ident']='UA-6462774-1';
tab_site_stat['12']['xiti_ident']='395712';
tab_site_stat['12']['xiti_url']='http://logi150';
tab_site_stat['13']=new Array();
tab_site_stat['13']['google_ident']='UA-6462783-1';
tab_site_stat['13']['xiti_ident']='395714';
tab_site_stat['13']['xiti_url']='http://logi150';
tab_site_stat['14']=new Array();
tab_site_stat['14']['google_ident']='UA-6462857-1';
tab_site_stat['14']['xiti_ident']='395731';
tab_site_stat['14']['xiti_url']='http://logi150';
tab_site_stat['15']=new Array();
tab_site_stat['15']['google_ident']='UA-6462881-1';
tab_site_stat['15']['xiti_ident']='395729';
tab_site_stat['15']['xiti_url']='http://logi150';
tab_site_stat['16']=new Array();
tab_site_stat['16']['google_ident']='UA-6464039-1';
tab_site_stat['16']['xiti_ident']='395717';
tab_site_stat['16']['xiti_url']='http://logi150';
tab_site_stat['17']=new Array();
tab_site_stat['17']['google_ident']='UA-6464052-1';
tab_site_stat['17']['xiti_ident']='395718';
tab_site_stat['17']['xiti_url']='http://logi150';
tab_site_stat['18']=new Array();
tab_site_stat['18']['google_ident']='UA-6464180-1';
tab_site_stat['18']['xiti_ident']='395719';
tab_site_stat['18']['xiti_url']='http://logi150';
tab_site_stat['19']=new Array();
tab_site_stat['19']['google_ident']='UA-6464191-1';
tab_site_stat['19']['xiti_ident']='395720';
tab_site_stat['19']['xiti_url']='http://logi150';
tab_site_stat['20']=new Array();
tab_site_stat['20']['google_ident']='UA-6464201-1';
tab_site_stat['20']['xiti_ident']='395721';
tab_site_stat['20']['xiti_url']='http://logi150';
tab_site_stat['21']=new Array();
tab_site_stat['21']['google_ident']='UA-6464229-1';
tab_site_stat['21']['xiti_ident']='395722';
tab_site_stat['21']['xiti_url']='http://logi150';
tab_site_stat['22']=new Array();
tab_site_stat['22']['google_ident']='UA-6464239-1';
tab_site_stat['22']['xiti_ident']='395723';
tab_site_stat['22']['xiti_url']='http://logi150';
tab_site_stat['23']=new Array();
tab_site_stat['23']['google_ident']='UA-6464248-1';
tab_site_stat['23']['xiti_ident']='395724';
tab_site_stat['23']['xiti_url']='http://logi150';
tab_site_stat['24']=new Array();
tab_site_stat['24']['google_ident']='UA-6464261-1';
tab_site_stat['24']['xiti_ident']='395725';
tab_site_stat['24']['xiti_url']='http://logi150';
tab_site_stat['25']=new Array();
tab_site_stat['25']['google_ident']='UA-6464480-1';
tab_site_stat['25']['xiti_ident']='399413';
tab_site_stat['25']['xiti_url']='http://logi150';
tab_site_stat['26']=new Array();
tab_site_stat['26']['xiti_ident']='399412';
tab_site_stat['26']['xiti_url']='http://logi150';
