function WriteLayer(ID,parentID,sText) { if (document.layers) { var oLayer; if(parentID){ oLayer = eval('document.' + parentID + '.document.' + ID + '.document'); }else{ oLayer = document.layers[ID].document; } oLayer.open(); oLayer.write(sText); oLayer.close(); } else if (parseInt(navigator.appVersion)>=5&&navigator.appName=="Netscape") { document.getElementById(ID).innerHTML = sText; } else if (document.all) document.all[ID].innerHTML = sText } function zamknij(ID,parentID) { if (document.layers) { var oLayer; if(parentID){ oLayer = eval('document.' + parentID + '.document.' + ID + '.document'); }else{ oLayer = document.layers[ID].document; } oLayer.open(); oLayer.write(sText); oLayer.close(); } else if (parseInt(navigator.appVersion)>=5&&navigator.appName=="Netscape") { document.getElementById(ID).style.display = 'none'; } else if (document.all) document.all[ID].style.display = 'none'; clearInterval(oInterval); } function pokaz(ID, parentID) { if (document.layers) { var oLayer; if(parentID){ oLayer = eval('document.' + parentID + '.document.' + ID + '.document'); }else{ oLayer = document.layers[ID].document; } oLayer.open(); oLayer.write(sText); oLayer.close(); } else if (parseInt(navigator.appVersion)>=5&&navigator.appName=="Netscape") { document.getElementById(ID).style.display = 'block'; } else if (document.all) document.all[ID].style.display = 'block' } window.onload = function () { WriteLayer('eaw',null,'
e-wesele.pl poleca:projektory.szczecin.pl       www.dworekhetmanski.pl       www.este.w7.pl       zakatek.szczecin.pl       www.fotogutek.pl       Dodaj swój link
'); pokaz('eaw', ''); }