// pulldown index script----------------------
function navi(obj) {
 url = obj.options[obj.selectedIndex].value;
 if(url != "") {
   location.href = url;
  }
}

// rollover script-------------------------



function dclinkA(){
		home1=new Image(20,200);
		home1.src="../../img/homeb.gif";
		home2=new Image(20,200);
		home2.src="../../img/homew.gif";
}
function dclinkB(){
		challenge1=new Image(20,200);
		challenge1.src="../../img/challengeb.gif";
		challenge2=new Image(20,200);
		challenge2.src="../../img/challengew.gif";
}
function dclinkC(){
		report1=new Image(20,200);
		report1.src="../../img/reportb.gif";
		report2=new Image(20,200);
		report2.src="../../img/reportw.gif";
}
function dclinkD(){
		other1=new Image(20,200);
		other1.src="../../img/otherb.gif";
		other2=new Image(20,200);
		other2.src="../../img/otherw.gif";
}
function dclinkE(){
		bbs1=new Image(20,200);
		bbs1.src="../../img/bbsb.gif";
		bbs2=new Image(20,200);
		bbs2.src="../../img/bbsw.gif";
}
function dclinkF(){
		mail1=new Image(20,200);
		mail1.src="../../img/mailb.gif";
		mail2=new Image(20,200);
		mail2.src="../../img/mailw.gif";
}

function dclinkG(){
		link1=new Image(20,200);
		link1.src="../../img/linkb.gif";
		link2=new Image(20,200);
		link2.src="../../img/linkw.gif";
}





// new window link script-----------------------
function SWindow(Aurl,Aname,Awidth,Aheight,Atoolbar,Alocation,Astatus,Ascroll,Amenu,Aresize){
	Astr = "width=" + Awidth;
	Astr+= ",height=" + Aheight;
	if(Atoolbar)Astr+= ",toolbar";
	if(Alocation)Astr+= ",location";
	if(Astatus)Astr+= ",status";
	if(Ascroll)Astr+= ",scrollbars";
	if(Amenu)Astr+= ",menubar";
	if(Aresize)Astr+= ",resizable";
	window.open(Aurl,Aname,Astr);
}
