<!--
function openwin(url){
    window.open("showbigpic.asp?showpic="+url,"newwindow","toolbar=no,location=no,scrollbars=yes resizable=yes,width=500,height=500");
   }
function opennotes(url){
    window.open("/homepage/shownotes.asp?notes="+url,"newwindow","toolbar=no,location=no,resizable=yes,width=300,height=300");
   }
function get20020801(proid){
    window.open("/homepage/mybag/addbag.asp?proid="+proid,"newwindow","toolbar=no,location=no,resizable=yes,width=550,height=350,scrollbars=yes");
  }

function op_cl(ss)
{
 if (ss.style.display=="none") 
  {ss.style.display="";  }
 else
  {ss.style.display="none";   }
}

function tt(){
   div1.style.pixelleft=div1.style.pixelleft+window.scroll.posleft
   div1.style.pixeltop=div1.style.pixeltop+window.scroll.postop
  }   

//-->