0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
js
/
scripts
/
language
/
en-US
/
[
Home
]
File: media.js
function loadTxt() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "Source"; txtLang[1].innerHTML = "Width"; txtLang[2].innerHTML = "Height"; txtLang[3].innerHTML = "Auto Start"; txtLang[4].innerHTML = "Show Controls"; txtLang[5].innerHTML = "Show Status Bar"; txtLang[6].innerHTML = "Show Display"; txtLang[7].innerHTML = "Auto Rewind"; document.getElementById("btnCancel").value = "cancel"; document.getElementById("btnInsert").value = "insert"; document.getElementById("btnApply").value = "apply"; document.getElementById("btnOk").value = " ok "; } function writeTitle() { document.write("<title>Media</title>") }