<!--
    var isIE;
    if(navigator.appName=="Microsoft Internet Explorer"){
        isIE=1;
    }else{
        isIE=0;
    }
    function scrAdj(){
        if (screen.availWidth<980){
            document.getElementById("mainTbl").style.width="100%";
        }else{
            if(document.getElementById("linkTbl")){document.getElementById("linkTbl").style.width="160px"}
            //if(document.getElementById("rTable")){document.getElementById("rTable").style.width="160px"}
            if(screen.availWidth<=1050){
                document.getElementById("mainTbl").style.width="100%";
            }else{
                var tblLeft=(screen.availWidth-800)/2;
                document.getElementById("mainTbl").style.width="1025px";
                document.getElementById("mainTbl").style.left=tblLeft;
                document.getElementById("mainTbl").style.borderRight="2px #001d2b solid";
                document.getElementById("mainTbl").style.borderLeft="2px #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){
		statWindow=window.open("FlashStat.asp?k="+k+"&r="+r+"&p="+p,"statWindow","width=480,height=350,top=20,left=20,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){
		commWindow=window.open("comment.asp?p="+p+"&k="+k+"&r="+escape(r)+"&tr="+tr,"commWindow","width=520,height=350,top=20,left=20,scrollbars=1,toolbar=0,menubar=0,status=0,location=1");
		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");
	}
	
//-->