0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
js
/
scripts
/
language
/
nn-NO
/
[
Home
]
File: color.js
function loadTxt() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "Web Pallete"; txtLang[1].innerHTML = "Named Colors"; txtLang[2].innerHTML = "216 Web Safe"; txtLang[3].innerHTML = "New"; txtLang[4].innerHTML = "Current"; txtLang[5].innerHTML = "Custom colors"; document.getElementById("btnAddToCustom").value = "Add to Custom Colors"; document.getElementById("btnCancel").value = "Avbryt"; document.getElementById("btnRemove").value = " remove color "; document.getElementById("btnApply").value = "Oppdater"; document.getElementById("btnOk").value = " Ok "; } function getTxt (s) { switch (s) { case "Use Color Name": return "Use color name"; } } function writeTitle() { document.write("<title>Farge</title>") }