סקריפטים חסימת לחצן ימני
function showmenuie5(){ ie5menu.style.left=document.body.scrollLeft+event.clientX ie5menu.style.top=document.body.scrollTop+event.clientY ie5menu.style.visibility="visible" return false }
function hidemenuie5(){ ie5menu.style.visibility="hidden" }
function highlightie5(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="#000090" event.srcElement.style.color="black" if (display_url==1) window.status=event.srcElement.url } }
function lowlightie5(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="" event.srcElement.style.color="#000090" window.status='' } }
function jumptoie5(){ if (event.srcElement.className=="menuitems") window.location=event.srcElement.url }