function make_search(){
	var $getstring = new Array();
	var $sizes = gsize();
	if ($sizes.join(":") != ":::::::"){
		$getstring.push("s="+$sizes.join(":"));
	}
	if (document.getElementById("singlesize").value){
		$getstring.push("ss="+document.getElementById("singlesize").value);
	}
	if (!$getstring.length){
		document.location.href=$searchlink+"?0.0";
	} else {
		document.location.href=$searchlink+"?0.0&search&"+$getstring.join("&");
	}	
}
function gsize(){
	$s = new Array();
	$s.push(_gi("rost"));
	$s.push(_gi("grudj"));
	$s.push(_gi("korsazh"));
	$s.push(_gi("talija"));
	$s.push(_gi("bedra"));
	$s.push(_gi("poshagovij"));
	$s.push(_gi("bokovojshov"));
	$s.push(_gi("sheja"));
	return $s;
}
function _gi($item){
	return document.getElementById($item).value;
}
function chsize(){
	$s = gsize();
	wbg_rpc_get_file("/wbg/modules/output/megasearch/rpc.sizes.php?rpc&sizes="+$s.join(":"), "siezes_search", 0);
}
