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

 
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('2','i2');\" onmouseout=\"sw('3','i2')\">"  
+ "<img src='images/i_emailp.gif' width='16' height='16'name='i2' id='i2' border='0' " 
+ "alt='Email details of this page to a colleague, friend, or yourself' /></a>";
document.write(s); 
}
