// Initializes localization nav
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

// Popup page code to select an image
function addTegoImage() {
	window.open('/MyTego/fr/design-skin-cover-sticker/Imageselect','addimage','height=500,width=700,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
}

// Popup page code to upload an image
function addMyImage() {
	window.open('/MyTego/fr/design-skin-cover-sticker/Imageupload','addimage','height=500,width=700,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
}

// Takes user back to face selection
function saveFace(brandName, modelName) {
	window.location="/MyTego/fr/design-skin-cover-sticker/" + brandName + "/" + modelName;
}

// Go to customize face
function editFace(faceNum) {
	window.location = location.href + "/" + faceNum;
}

// write XML to screen so that it can be posted
function writeTegoConfig(xmlstring) {
	document.forms[0].tegoconfig.value=xmlstring;
	alert(document.forms[0].tegoconfig.value);
}

// Popup page code to request device
function requestdevice_create() {
	window.open('/MyTego/fr/design-skin-cover-sticker/RequestDevice','requestdevice','height=500,width=700,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
}

function requestdevice_global() {
	window.open('/MyTego/fr/design-skin-cover-sticker/RequestDevice','requestdevice','height=500,width=700,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
}

// Popup to call refer-a-friend
function referAFriend() {
	window.open('/MyTego/fr/design-skin-cover-sticker/ReferAFriend','referafriendwin','height=500,width=700,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
}

// Popup page code to upload an image
function promoWin() {
	window.open('/MyTego/fr/design-skin-cover-sticker/Promotion','addimage','height=500,width=700,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
}