function searchs(ths, lg){
	var t = ths.options[ths.selectedIndex].value;
	document.location = './?lp=shop&lg='+ lg +'&s=' + t;
}

function show(el){
	if(document.getElementById(el).style.display == 'none'){
		document.getElementById(el).style.display = 'block';
	}else{
		document.getElementById(el).style.display = 'none';
	}
}

function show2(el){
	document.getElementById(el).style.display = 'block';
}


function pop(id){
	window.open('./?lpa=pop&id='+id, 'img', 'width=640,height=640');
}


function chg_pic(pic){
	document.getElementById('pid').src = pic;
}
