//#pulldown control
function changePullDown1() {
	thisform = document.f;
	thisform.action = "./cyuko_top.php#search";
	thisform.submit();
}

function searchCategory(xx,yy) {
	thisform = document.f;
	thisform.x.value=xx;
	thisform.y.value=yy;
	thisform.action = "ichiran.php";
	thisform.submit();	
}
function searchDaibunrui() {
	thisform = document.f;
	thisform.x.value="";
	thisform.y.value="";
	thisform.action = "ichiran.php";
	thisform.submit();	
}
