//      function shortcutsmenu(site)
//				  { position=document.shortcutlinks.shortcutselect.options
//		    	 		[document.shortcutlinks.shortcutselect.selectedIndex].value;
//				    location.href = position
//				  }
				  
function shortcutsmenu(site)
{
	var selects = document.getElementsByName("shortcutselect");
	if(selects != null && selects[0].selectedIndex > 0)
		location.href = selects[0].options[selects[0].selectedIndex].value;
}


/*
function supportquicklinks(site)
				  { position=document.shortcutlinks.shortcutselect.options
		    	 		[document.shortcutlinks.shortcutselect.selectedIndex].value;
				    location.href = position
				  }

function loginmenu(site)
				  { position=document.loginlinks.loginselect.options
		    	 		[document.loginlinks.loginselect.selectedIndex].value;
				    location.href = position
				  }
*/


function OneStat_Pageview()
{
    var d=document;
    var sid="224363";
    var CONTENTSECTION="";
    var osp_URL=d.URL;
    var osp_Title=d.title;
    var t=new Date();
    var p="http"+(d.URL.indexOf('https:')==0?'s':'')+"://stat.onestat.com/stat.aspx?tagver=2&sid="+sid;
    p+="&url="+escape(osp_URL);
    p+="&ti="+escape(osp_Title);
    p+="&section="+escape(CONTENTSECTION);
    p+="&rf="+escape(parent==self?document.referrer:top.document.referrer);
    p+="&tz="+escape(t.getTimezoneOffset());
    p+="&ch="+escape(t.getHours());
    p+="&js=1";
    p+="&ul="+escape(navigator.appName=="Netscape"?navigator.language:navigator.userLanguage);
    if(osp_URL!=d.URL) p+="&ol="+escape(d.URL);
    if(typeof(screen)=="object"){
       p+="&sr="+screen.width+"x"+screen.height;p+="&cd="+screen.colorDepth;
       p+="&jo="+(navigator.javaEnabled()?"Yes":"No");
    }
    d.write('<img id="ONESTAT_TAG" border="0" width="1" height="1" src="'+p+'" >');
}

OneStat_Pageview();