// Copyright (c) 1999-2003 Cyber-dynamics Inc. All Rights Reserved

function showH(iName,iShow) {
 var oDiv,oDiz,sCon="#cccccc", sCoff="#f5f9fc"; 
 if(document.layers){oDiz=document.all[iName+"z"].style;oDiv=document.all[iName].style;}
 else{if(document.all){oDiz=document.all[iName+"z"].style;oDiv=document.all[iName].style;}
 else{if(document.getElementById){oDiz=document.getElementById(iName+"z").style;oDiv=document.getElementById(iName).style;}}}
 oDiz.visibility=iShow?"visible":"hidden";oDiv.background=iShow?sCon:sCoff;
}

function bookM(){if (document.all){var uRL=self.location.href,txt=self.document.title;window.external.AddFavorite(uRL,txt);}else{alert("Please click OK then press CTRL-D");}}
function homeP(){if (document.all){document.all[0].style.behavior='url(#default#homepage)';document.all[0].setHomePage(self.location.href);}else{alert("Please click OK then View/Options or Parameters and set Current Page as Home Page");}}
function printP(){if (parseInt(navigator.appVersion)>=4){window.print();}else{alert("This action is not supported by your browser\nPlease select File/Print");}}
function addEmail() {var s="<a href='mailto:EnterAddress?subject=Please visit " + self.location.href 
+ "&amp;body=This page is useful: " + document.title + " at " + self.location.href + 
"' onmouseover=\"sw('4','i4');\" onmouseout=\"sw('5','i4')\">"  
+ "<img src='/images/i_emailp.gif' width='16' height='16'name='i4' id='i4' border='0' " 
+ "alt='Email details of this page to a colleague, friend, or yourself' /></a>";
document.write(s); 
}
