
	pld_06 = document.getElementById('pul06');
	pld_06.style.display = 'none';
	btn06 = document.getElementById('p_btn06');
	btn06.onmouseover = function (){
	pld_06.style.display = 'block';
	}
	pld_06.onmouseover = function (){
	pld_06.style.display = 'block';
	}
	btn06.onmouseout = function (){
	pld_06.style.display = 'none';
	}
	pld_06.onmouseout = function (){
	pld_06.style.display = 'none';
	}

