//[ADD_TO_FAV]

function addfav(url,title) {
var agt=navigator.userAgent.toLowerCase();
if(agt.indexOf("opera")!= -1) alert('Press CTRL-T to add this page to favorites');
else if(document.all) window.external.AddFavorite(url,title);
else if(window.sidebar) window.sidebar.addPanel(title,url, "");
}

//[END]
//[BLENDIMAGES]

var ie=(navigator.appName.indexOf("Microsoft")!= -1);
function unblend(ci){co=ci;hv=setInterval("hl(co)",40);}
function blend(ci){clearInterval(hv);if(ie){ci.filters.alpha.opacity=20;}else if(ci.style.opacity) ci.style.opacity=0.2;}
function hl(ci){if(ie && ci.filters.alpha.opacity<100) ci.filters.alpha.opacity+=5;else if(!ie && ci.style.opacity<1) ci.style.opacity=parseFloat(ci.style.opacity)+0.05;else if(window.hv) clearInterval(hv);}

//[END]
