0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
js
/
scripts
/
language
/
it-IT
/
[
Home
]
File: color.js
function loadTxt() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "Tavolozza Web"; txtLang[1].innerHTML = "Colore con Nome"; txtLang[2].innerHTML = "216 Web Safe"; txtLang[3].innerHTML = "Nuovo"; txtLang[4].innerHTML = "Corrente"; txtLang[5].innerHTML = "Colori scelti"; document.getElementById("btnAddToCustom").value = "Aggiungi Colore"; document.getElementById("btnCancel").value = " cancella "; document.getElementById("btnRemove").value = " rimuovi colori "; document.getElementById("btnApply").value = " applica"; document.getElementById("btnOk").value = " ok "; } function getTxt (s) { switch (s) { case "Use Color Name": return "Use color name"; } } function writeTitle() { document.write("<title>Colori</title>") }