<body onLoad="wisInfo()"> <SCRIPT LANGUAGE="JavaScript"> <!-- id="7909209374SC772650"; info_titel = ""; info_lengte = 0; info_start = 0; function showInfo(message) { info_titel = message; info_lengte = 0; typeinfo(); } now = new Date(); seed = now.getTime(); function rand(range) { seed = ((seed % 4652353) * 492113) + 1; return(seed % range); } function typeinfo() { if (parseInt(navigator.appVersion)>=3) { if ( info_titel.charAt(info_lengte) == "~" ) { info_start = info_lengte + 1; document.info.infotxt.value=""; } else { document.info.infotxt.value= info_titel.substring(info_start,info_lengte); } if ( ++info_lengte <= info_titel.length ) { setTimeout('typeinfo()',rand(100)+1); } } } function wisInfo(tekst) { showInfo(" Java Script Library - http://java.tatousek.cz"); } // --> </SCRIPT> <div align="center"><center> <table border="0" width="400" cellspacing="0" cellpadding="0"> <tr> <td width="33%" align="center"><a href="http://webdesign.tatousek.cz" onMouseOver="showInfo(' JT WebDesign Studio '); window.status='JT WebDesign Studio - http://webdesign.tatousek.cz'; return true;" onMouseOut="wisInfo()"><img src="pictures/jt_webdesign_studio_button.gif" width="138" height="138" border="0"></a></td> <td width="33%" align="center"><a href="http://java.tatousek.cz" onMouseOver="showInfo(' Java Script Library '); window.status='Java Script Library - http://java.tatousek.cz'; return true;" onMouseOut="wisInfo()"><img src="pictures/java_script_library_button.gif" width="138" height="138" border="0"></a></td> <td width="34%" align="center"><a href="http://www.tatousek.cz" onMouseOver="showInfo(' Ji°φ TatouÜek - Home Page '); window.status='Ji°φ TatouÜek Home Page - http://www.tatousek.cz'; return true;" onMouseOut="wisInfo()"><img src="pictures/jiri_tatousek_home_page_button.gif" width="138" height="138" border="0"></a></td> </tr> </table> </center></div> <center> <form method="post" name="info"> <script language="JavaScript"> <!-- if (parseInt(navigator.appVersion)>=3) document.write('<input type="text" size="38" name="infotxt">'); // --> </script> </form> </center> |