flash=document.oferta_lewa;
function napisz() {
document.oferta_lewa.napis("kupa");
}
function ByPass(tekst) {
if(tekst) {
ByPass();
//document.getElementById("tytul_s").innerHTML = tekst;
window.document.oferta_lewa.SetVariable("_root.zmienna",tekst);
window.document.oferta_lewa.GotoFrame(1);
window.document.oferta_lewa.Play();
}
return true;
}
function show(path) {
document.getElementById('oferta_opis').style.visibility = "hidden";
document.getElementById('oferta_opis').style.display = "none";
document.getElementById('oferta_l').style.display = "block";
document.getElementById('oferta_l').style.visibility = "visible";
ByPass();
ByPass(path);
}
