/*SET LANGUAGE COOKIE FOR BRAND-REX AND JUMP*/
/*COPYRIGHT 2009-2010 BRAND-REX*/
/*CODING: MIKE PALMER*/

var today = new Date();
var expiry = new Date(today.getTime() + 365 * 24 * 60 * 60 * 1000);

function getCookieVal (offset) {
  var endstr = document.cookie.indexOf (";", offset);
  if (endstr == -1) { endstr = document.cookie.length; }
  return unescape(document.cookie.substring(offset, endstr));
}

function getCookie (name) {
  var arg = name + "=";
  var alen = arg.length;
  var clen = document.cookie.length;
  var i = 0;
  while (i < clen) {
    var j = i + alen;
    if (document.cookie.substring(i, j) == arg) {
      return getCookieVal (j);
      }
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break; 
  }
  return null;
}

function deleteCookie (name,path,domain) {
  if (GetCookie(name)) {
    document.cookie = name + "=" +
    ((path) ? "; path=" + path : "") +
    ((domain) ? "; domain=" + domain : "") +
    "; expires=Thu, 01-Jan-70 00:00:01 GMT";
  }
}

function setCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}

function getLang() {
    Main = getCookie('Language');
    switch (Main) {
        case 'DC_EN': window.location = "http://www.brand-rex.com/login_en/redirect_en.html"; break;
        case 'DC_ES': window.location = "http://www.brand-rex.es/login_es/redirect_es.html"; break;
        case 'DC_DE': window.location = "http://www.brand-rex.de/login_de/redirect_de.html"; break;
        case 'DC_FR': window.location = "http://www.brand-rex.fr/login_fr/redirect_fr.html"; break;
        case 'DC_RU': window.location = "http://www.brand-rex.ru/login_ru/redirect_ru.html"; break;
        case 'DC_PT': window.location = "http://pt.brand-rex.com/login_pt/redirect_pt.html"; break;
        case 'DC_NL': window.location = "http://nl.brand-rex.com/login_nl/redirect_nl.html"; break;
        case 'DC_IT': window.location = "http://www.brand-rex.it/login_it/redirect_it.html"; break;
        case 'DC_CN': window.location = "http://cn.brand-rex.com/login_cn/redirect_cn.html"; break;
        case 'DC_PL': window.location = "http://pl.brand-rex.com/login_pl/redirect_pl.html"; break;
        case 'SP_EN': window.location = "http://www.brand-rex.com/login_en/redirect_en_spec.html"; break;
        case 'SP_ES': window.location = "http://www.brand-rex.com/login_en/redirect_es_spec.html"; break;
        case 'SP_DE': window.location = "http://www.brand-rex.com/login_en/redirect_de_spec.html"; break;
        case 'SP_FR': window.location = "http://www.brand-rex.com/login_en/redirect_fr_spec.html"; break;
        case 'SP_RU': window.location = "http://www.brand-rex.com/login_en/redirect_ru_spec.html"; break;
        case 'SP_IT': window.location = "http://www.brand-rex.com/login_en/redirect_it_spec.html"; break;
        case 'SP_PT': window.location = "http://www.brand-rex.com/login_en/redirect_pt_spec.html"; break;
        case 'SP_NL': window.location = "http://www.brand-rex.com/login_en/redirect_nl_spec.html"; break;
        case 'SP_CN': window.location = "http://www.brand-rex.com/login_en/redirect_cn_spec.html"; break;
        case 'SP_PL': window.location = "http://www.brand-rex.com/login_en/redirect_pl_spec.html"; break;
    }
}

function getBRMain() {
Main = getCookie('Language');
	switch (Main) {
	    case 'DC_EN': window.location="http://www.brand-rex.com/tabid/105/language/en-GB/Default.aspx"; break;
	    case 'DC_ES': window.location="http://www.brand-rex.es/tabid/2353/language/es-ES/Default.aspx"; break;
	    case 'DC_DE': window.location="http://www.brand-rex.de/tabid/1824/language/de-DE/Default.aspx"; break;
	    case 'DC_FR': window.location="http://www.brand-rex.fr/tabid/2075/language/fr-FR/Default.aspx"; break;
	    case 'DC_RU': window.location="http://www.brand-rex.ru/tabid/1263/language/ru-RU/Default.aspx"; break;
	    case 'DC_IT': window.location="http://www.brand-rex.it/tabid/618/language/it-IT/Default.aspx"; break;
	    case 'DC_PT': window.location="http://pt.brand-rex.com/tabid/2892/language/pt-PT/Default.aspx"; break;
	    case 'DC_NL': window.location="http://nl.brand-rex.com/tabid/1134/language/nl-NL/Default.aspx"; break;
	    case 'DC_CN': window.location="http://cn.brand-rex.com/tabid/876/language/zh-CN/Default.aspx"; break;
	    case 'DC_PL': window.location="http://pl.brand-rex.com/tabid/3273/language/pl-PL/Default.aspx"; break;
	    case 'SP_EN': window.location="http://www.brand-rex.com/tabid/1404/language/en-GB/Default.aspx"; break;
	    case 'SP_ES': window.location="http://www.brand-rex.es/tabid/2447/language/es-ES/Default.aspx"; break;
	    case 'SP_DE': window.location="http://www.brand-rex.de/tabid/1939/language/de-DE/Default.aspx"; break;
	    case 'SP_FR': window.location="http://www.brand-rex.fr/tabid/2184/language/fr-FR/Default.aspx"; break;
	    case 'SP_RU': window.location="http://www.brand-rex.ru/tabid/3585/language/ru-RU/Default.aspx"; break;
	    case 'SP_IT': window.location="http://www.brand-rex.it/tabid/2577/language/it-IT/Default.aspx"; break;
	    case 'SP_PT': window.location="http://pt.brand-rex.com/tabid/2922/language/pt-PT/Default.aspx"; break;
	    case 'SP_NL': window.location="http://nl.brand-rex.com/tabid/1198/language/nl-NL/Default.aspx"; break;
	    case 'SP_CN': window.location="http://cn.brand-rex.com/tabid/3112/language/zh-CN/Default.aspx"; break;
	    case 'SP_PL': window.location="http://pl.brand-rex.com/tabid/3470/language/pl-PL/Default.aspx"; break;
	}
}

function BR_jumpMenu(tarURL, selObject, restore) {
    eval(tarURL + ".location='" + selObject.options[selObject.selectedIndex].value + "'");
    if (restore) selObject.selectedIndex = 0;
}