function infoOp(id,h){
	obj1 = document.getElementById(id);
	obj1.style.height = h;//100px
}
function infoCl(id,h){
	obj1 = document.getElementById(id);
	obj1.style.height = h;//42px
	obj1.style.zIndex = 500;
}