function redir(loc){if (document.images){top.location.replace(loc);}else{top.location.href = loc;}}var wd=0,hg=0;if(typeof( window.innerWidth)=='number'){wd=window.innerWidth;hg=window.innerHeight;}else if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){wd=document.documentElement.clientWidth;hg=document.documentElement.clientHeight;}else if(document.body&&(document.body.clientWidth||document.body.clientHeight)){wd=document.body.clientWidth;hg=document.body.clientHeight;}if (wd<640&&hg<480){redir (window.location.href);}function gf(movieName){if (window.document[movieName]){return window.document[movieName];}if (navigator.appName.indexOf("Microsoft Internet")==-1){if (document.embeds && document.embeds[movieName])return document.embeds[movieName];}else{return document.getElementById(movieName);}}function wrt(m,i,w,h){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+w+'" height="'+h+'" id="'+i+'" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="'+m+'" /><param name="quality" value="high" /><param name="scale" value="exactfit"><embed src="'+m+'" quality="high" width="'+w+'" height="'+h+'" name="'+i+'" align="middle" allowScriptAccess="sameDomain" swLiveConnect="false" scale="exactfit" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');}function wrt2(m,i,w,h){document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=7,0,2,0" width="'+w+'" height="'+h+'" id="'+i+'"><param name="src" value="'+m+'"><embed src="'+m+'" width="'+w+'" height="'+h+'" pluginspage="http://www.macromedia.com/shockwave/download/"></embed></object>');}function toconfirm(word1){var is_confirmed = confirm(word1+"\n");return is_confirmed;}function rowChecked(form_id, chk_action, chk_mode){var element_obj=document.getElementById(form_id).getElementsByTagName("input");var element_len=element_obj.length;for (var i = 0; i < element_len; i++){if (element_obj[i].type=="checkbox"){if (chk_mode && element_obj[i].checked) return false;else element_obj[i].checked = chk_action;}}return true;}function activeIt(cntr, elmt){document.forms[cntr].elements[elmt].focus();}function bookmark(){var url=location.href;var title=document.title;if (window.sidebar){window.sidebar.addPanel(title, url,"");} else if (window.external){window.external.AddFavorite( url, title);} else if (window.opera && window.print){var elem = document.createElement("a");elem.setAttribute("href",url);elem.setAttribute("title",title);elem.setAttribute("rel","sidebar");elem.click();}return false;}function setHome(){document.body.style.behavior='url(#default#homepage)';document.body.setHomePage(window.location.href);return false;}function lv(url){window.open(url,'','toolbar=yes,menubar=yes,location=yes,resizable=yes');}var inrun=true;function sd(dt){if (inrun){isd=new Image();isd.src="/tc.php?dt="+dt;inrun=false;}}