// JavaScript Document
<!--
function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ 
	if (window.sidebar) // firefox
	{ alert(' Please UNCHECK the "Load in Sidebar" checkbox in the Dialog Box that follows this message! ');
	window.sidebar.addPanel("SAMS Catalog / Product Content - Online & Printed Catalog Design - Production [NOTE: Please UNCHECK the 'Load in Sidebar' Box Below!]","http://www.samsccs.com/",""); 
	} else { 
	alert('Please use CTRL+D or your Browser Menu to Bookmark this page!');
	}
} else { window.external.AddFavorite("http://www.samsccs.com/","SAMS-"); } }
//-->
