//DHTML Gallery
//Written by Bogdan Blaszczak/BlaTek

function loadGallery(i,e){
 mImg=document.getElementById('portfolio-img')
 if(!mImg)return

 e=document.getElementById('portfolio-launch')
 if(e){
  e=e.getElementsByTagName('a')
  for(i=0;i<e.length;i++)if(i)e[i].style.display='none'
 }
 
 mImg=mImg.getElementsByTagName('img')[0]
 if(document.all)mImg.style.filter='blendTrans(duration=0.5)'
 Tgl=document.getElementById('portfolio-icons').getElementsByTagName('a')
 for(i=0;i<Tgl.length;i++){
  if(Tgl[i].className!='excl'){Tmi=Tgl[i];Tmi.I=new Image();Tmi.I.src=Tmi.href}
  if(!i)Tgl[i].firstChild.className='here'
  //Tgl[i].onclick=clickImg
 }//Tmi=new Image();Tmi.src='img/point.gif'
}
function changeItem(t,ide,f,e,i){
 if(!document.getElementById)return!0
 if(!window.mImg||!t.I)return!1
//   if(mImg.src==t.href)
//    mImg.src='img/point.gif'

 e=document.getElementById('portfolio-launch')
 if(e&&ide!=window.nic){
  e=e.getElementsByTagName('a')
  for(i=0;i<e.length;i++)e[i].style.display=e[i].id!=ide?'none':'block'
 }

 e=document.getElementById('portfolio-description')
 eval('try{f=mImg.filters}catch(Er){}')
 if(f)eval('try{f[0].Apply()}catch(Er){}')
 e.style.display='none'
 mImg.src=t.href
 e.style.display='block'
 if(f)eval('try{f[0].Play()}catch(Er){}')
 for(i=0;i<Tgl.length;i++)
  Tgl[i].firstChild.className=Tgl[i]==t?'here':'';
 return!1
}
//function clickImg(){return loadImg(this)}
document.write('<style>#portfolio-icons img.here{-moz-opacity:0.40;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);cursor:default}</style>')
