<script language="JavaScript1.2"> document.oncontextmenu=showmenu if (document.all&&window.print) document.body.onclick=hidemenu </script> </BODY> </HTML> </DIV> <DIV style="position:absolute; left:0px; top:1px; width:40px; height:28px; z-index:68" align="left" valign="top"> <div id="img" style="position:absolute;"> <script type="text/javascript"> <!-- var reklamstore_region_id = "17629"; var reklamstore_client_id = "5641"; var reklamstore_ad_type = "text"; var reklamstore_ad_width = 125; var reklamstore_ad_height = 125; var reklamstore_ad_format = "125x125"; var reklamstore_ad_frameborder = 0; var reklamstore_color_border = "#0099FF"; var reklamstore_color_bg = "#0099FF"; var reklamstore_color_link = "#FFFFFF"; var reklamstore_color_url = "#000000"; var reklamstore_color_text = "#003300"; var reklamstore_screen_size = window.screen.width + " " +window.screen.height; //--> </script> <script type="text/javascript" src="http://www.reklamstore.com/admanager/render_ads.js"> </script> </a> </div> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Justin Arruda (JArruda@mindspring.com) --> <!-- Begin var step = 2; var delay = 30; var height = 0; var Hoffset = 0; var Woffset = 0; var yon = 0; var xon = 0; var pause = true; var interval; var name = navigator.appName; if(name == "Microsoft Internet Explorer") name = true; else name = false; var xPos = 20; if(name) var yPos = document.body.clientHeight; else var yPos = window.innerHeight; function changePos() { if(name) { width = document.body.clientWidth; height = document.body.clientHeight; Hoffset = img.offsetHeight; Woffset = img.offsetWidth; img.style.left = xPos + document.body.scrollLeft; img.style.top = yPos + document.body.scrollTop; } else { height = window.innerHeight; width = window.innerWidth; Hoffset = document.img.clip.height; Woffset = document.img.clip.width; document.img.pageY = yPos + window.pageYOffset; document.img.pageX = xPos + window.pageXOffset; } if (yon) { yPos = yPos + step; } else { yPos = yPos - step; } if (yPos < 0) { yon = 1; yPos = 0; } if (yPos >= (height - Hoffset)) { yon = 0; yPos = (height - Hoffset); } if (xon) { xPos = xPos + step; } else { xPos = xPos - step; } if (xPos < 0) { xon = 1; xPos = 0; } if (xPos >= (width - Woffset)) { xon = 0; xPos = (width - Woffset); } } function start() { if(name) img.visibility = "visible"; else document.img.visibility = "visible"; interval = setInterval('changePos()',delay); } function pauseResume() { if(pause) { clearInterval(interval); pause = false; } else { interval = setInterval('changePos()',delay); pause = true; } } start(); // End --> </script>