if (top.frames.length > 0) top.location = document.location; function updateTag(tag, text) { try { document.getElementById(tag).innerHTML = text; } catch (e) {} } function getHTTPObject() { var xmlhttp; /*@cc_on @if (@_jscript_version >= 5) try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } } @else xmlhttp = false; @end @*/ if (!xmlhttp && typeof XMLHttpRequest != 'undefined') { try { xmlhttp = new XMLHttpRequest(); } catch (e) { xmlhttp = false; } } return xmlhttp; } function bookmark() { if (navigator.appName=='Microsoft Internet Explorer') { window.external.AddFavorite(location.href, document.title); } else if (navigator.appName=='Netscape') { alert("First push OK and then hit CTRL+D to add a bookmark to this site."); } } function openWindow(url, name) { window.open(url,name,"dependent=yes,width=400,height=400,innerwidth=400,innerheight=400,hotkeys=yes,menubar=no,toolbar=no,resizable=no,scrollbars=yes,status=no"); }