document.getElementsByClassName('p1')[0].onmouseover = function() {
document.getElementsByClassName('pt1')[0].style.opacity = 1;
}
document.getElementsByClassName('p1')[0].onmouseout = function() {
document.getElementsByClassName('pt1')[0].style.opacity = 0;
}