function printThisPage(){
    window.print()
}

function favsh(){ 
if (navigator.appName=='Microsoft Internet Explorer') 
{ 
window.external.AddFavorite('http://www.smarthome.co.uk/','smarthome'); 
} 
else if (navigator.appName=='Netscape') 
{ 
alert("Click OK and then press CTRL+D to add this site to your bookmarks."); 
} 
} 

function favbn(){ 
if (navigator.appName=='Microsoft Internet Explorer') 
{ 
window.external.AddFavorite('http://www.bostonnetworks.co.uk/','boston networks'); 
} 
else if (navigator.appName=='Netscape') 
{ 
alert("Click OK and then press CTRL+D to add this site to your bookmarks."); 
} 
} 

