function altWin01(sub_url){


openWin = window.open(sub_url,'cal01','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=540,height=400');


}


/* pulldown menu */


function LinkSelect(form, sel) {


	adrs = sel.options[sel.selectedIndex].value;


	if (adrs != "-" ) {


		document.location.href = adrs;


	}


}





var url;


function WO(url){


	window.open(url,"campain","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,WIDTH=550,HEIGHT=500")


}


	function chImg() {


	if (document.images) {


		var onload = Math.floor(Math.random()*3)


		if (onload == 0) { document.img.src = "images/t_sabu_img_1.gif"; }


		if (onload == 1) { document.img.src = "images/t_sabu_img_2.gif"; }


		if (onload == 2) { document.img.src = "images/t_sabu_img_3.gif"; }


	}


}


function contest()


  {


   var win = ""


   win=window.open("forms.htm","index","width=600,height=400,status=no,menubar=no,scrollable=yes,resizable=no");


  }