// JavaScript Document
function newWindow(gif)
{
 gifWindow=window.open(gif,"?????????")
// gifWindow.document.write("<html><head><title>ggggg</title></head><body>???? ?????-??
  //                         </body></html>")
 gifWindow.focus()
}

function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
