<!--
    var isIE;
    if(navigator.appName=="Microsoft Internet Explorer" || navigator.appName=="MSIE"){
        isIE=1;
    }else{
        isIE=0;
    }
    function scrAdj(){
        if (screen.availWidth<1050){
            document.getElementById("mainTbl").style.width="100%";
        }else{
            document.getElementById("mainTbl").style.borderRight="3px #001d2b solid";
            document.getElementById("mainTbl").style.borderLeft="3px #001d2b solid";
        }
    }
	function quiz(c,d,s){
		quizWindow=window.open("Quiz.asp?s="+s+"&c="+c+"&d="+d,"quizWindow","width=400,height=340,top=20,left=20,scrollbars=0,toolbar=0,menubar=0,status=0,location=0");
		quizWindow.focus();
	}
	function stats(k,r,p){
        var lf=(screen.availWidth-480)/2;
        var t=(screen.availHeight-380)/2-40;
		statWindow=window.open("FlashStat.asp?k="+k+"&r="+r+"&p="+p,"statWindow","width=480,height=380,top="+t+",left="+lf+",scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
		statWindow.focus();
	}
	function listen(r){
		songWindow=window.open("PlaySong.asp?r="+r,"songWindow","width=440,height=350,top=20,left=20,scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
		songWindow.focus();
	}
	function join(){
		window.open("join.asp","joinWindow","width=540,height=350,top=20,left=20,scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
	}
	function congress(p,k,r){
		window.open("congress.asp?p="+p+"&k="+k+"&r="+escape(r),"congWindow","width=585,height=350,top=20,left=20,scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
	}
	function friend(p,k,r){
		window.open("friend.asp?p="+p+"&k="+k+"&r="+r,"congWindow","width=585,height=350,top=20,left=20,scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
	}
	function comment(p,k,r,tr){
        var lf=(screen.availWidth-540)/2;
        var t=(screen.availHeight-350)/2-40;
		commWindow=window.open("comment.asp?p="+p+"&k="+k+"&r="+escape(r)+"&tr="+tr,"commWindow","width=540,height=350,top="+t+",left="+lf+",scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
		commWindow.focus();
	}
	function submitQ(){
		var now=new Date();
		tStart=now.getMinutes()*60+now.getSeconds()+now.getMilliseconds()/1000;
		document.qSearch.action="search.asp?s=2&t="+tStart;
		document.qSearch.submit();
	}
	function showImage(s,k,i,m,w){
		ImgWindow=window.open("StuffImg.asp?s="+s+"&k="+k+"&i="+i+"&m="+m+"&w="+w,"ImgWindow","width=160,height=220,top=20,left=20,scrollbars=0,toolbar=0,menubar=0,status=0,location=0,title=''");
		ImgWindow.focus();
	}
	function showImageL(s,k,i,m,w){
		ImgWindow=window.open("StuffImg.asp?s="+s+"&k="+k+"&i="+i+"&m="+m+"&w="+w,"ImgWindow","width=220,height=280,top=20,left=20,scrollbars=0,toolbar=0,menubar=0,status=0,location=0,title=''");
		ImgWindow.focus();
	}
	function sTips(){
		window.open("sTips.asp","sTips","width=380,height=300,top=40,left=40,scrollbars=1,toolbar=0,menubar=0,status=0,location=0");
	}
	function links(i,k,d){
        closeFloater();
        closeScroller();
        var w=0;var h=0;
        document.getElementById(f).style.width=w+"px";
        document.getElementById(f).style.height=h+"px";
        document.getElementById(f).style.left=(screen.availWidth-w)/2;
        document.getElementById(f).style.top=(screen.availHeight-h)/2+document.body.scrollTop-40;
        document.getElementById(f).src=src;
        document.getElementById(f).style.display="block";
    }
    function closeFloater(){
        document.getElementById("floatFrame").src="";
        document.getElementById("floatFrame").style.display="none";
    }
    function closeScroller(){
        document.getElementById("scrollFrame").src="";
        document.getElementById("scrollFrame").style.display="none";
    }
//-->
