function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply(); 
obj.filters.blendTrans.play(); 
} 
} 

function toggle() 
{ if( document.getElementById("hidethis").style.display=='none' )
{ document.getElementById("hidethis").style.display = ''; }
else
{ document.getElementById("hidethis").style.display = 'none'; } 
} 

//start MM script

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//end MM script
