function sel(id,lg){
	for(i=1; i<9; i++){
		document.getElementById(lg+i).className = lg+i;
	}
	document.getElementById(lg+id).className = lg+id+"_on";
}
//className
function map(){
	window.open('./?lpa=map', 'img', 'width=350,height=350,resizable=1');
}
function show(img){
	window.open('./?lpa=pop&i='+img, 'img', 'width=600,height=600,resizable=1');
}
