function opentutorial(videoname){ newwindow="UP_tutorials" newwin=window.open('http://www.upworldgov.org/Flash/upvideomenu.php?videoname='+videoname,newwindow,'height=600,width=1025,status=no,scrollbars=nà,resizable=yes,menubar=no,toolbar=no'); newwin.focus(); } function dispinfo(infotext){ document.getElementById('infoinner').innerHTML=document.getElementById(infotext).innerHTML document.getElementById('info').style.top=document.body.scrollTop+15; document.getElementById('info').style.display='' }