function openwin() {
	  window.open("",'list',"width=400,height=300,toolbar=no,location=no,status=no,directories=no,menubar=no,scrollbars=yes,resizable=no");
}


var d=document;
function t(no){
	if(no=='v1'){
		d.f1.sitesearch.value='www.stockstation.jp';
		d.getElementById('sboxform').style.border='1px solid #8B0B0B';
		d.getElementById('sboxform').style.background='#F6E0E0';
		d.getElementById('sboxyaji').style.background='url(http://www.stockstation.jp/common/common_img/arrw_s.gif) no-repeat';
		d.getElementById('sboxyaji').style.backgroundPosition='30 0';
		d.getElementById('v1').style.border='1px solid #8B0B0B';
		d.getElementById('v1').style.background='#CC0000';
		d.getElementById('v1').style.fontWeight='bold';
		d.getElementById('v1').style.color='#fff';
		d.getElementById('v2').style.border='0';
		d.getElementById('v2').style.background='#fff';
		d.getElementById('v2').style.fontWeight='normal';
		d.getElementById('v2').style.color='#666';
	}else{
		d.f1.sitesearch.value='';
		d.getElementById('sboxform').style.border='1px solid #DFD7A1';
		d.getElementById('sboxform').style.background='#EFEBD0';
		d.getElementById('sboxyaji').style.background='url(http://www.stockstation.jp/common/common_img/arrw_d.gif) no-repeat';
		d.getElementById('sboxyaji').style.backgroundPosition='90 0';
		d.getElementById('v2').style.border='1px solid #1E0000';
		d.getElementById('v2').style.background='#C3B566';
		d.getElementById('v2').style.fontWeight='bold';
		d.getElementById('v2').style.color='#fff';
		d.getElementById('v1').style.border='0';
		d.getElementById('v1').style.background='#fff';
		d.getElementById('v1').style.fontWeight='normal';
		d.getElementById('v1').style.color='#666';
	}
}
