The first one: Code:
Function setsb (v, el) {
VAR IE5 = (Document.all && document.getElements ";
IF (IE5 || Document.ReadyState == "Complete") {
Filterel = El.children [0];
Valueel = el.children [1];
Filterel.Style.width = V "%";
Valueel.innertext = V "%";
}
}
Function FakeProgress (V, EL) {
IF (v> 100)
Location.href = "
http://aspcn.com.ru/bbs/ ";
Else {
SETSB (V, EL);
WINDOW.SETTIMEOUT ("FakeProgress " Document.all ['" el.id "']) ", 20);
}
}
script>
hEAD>
center>
body> html> second: code: