// 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("RJCO: Print Marketplace [NOTE: Please UNCHECK the 'Load in Sidebar' Box Below!]","http://www.rjco.com/",""); 
	} else { 
	alert('Please use CTRL+D or your Browser Menu to Bookmark this page!');
	}
} else { window.external.AddFavorite("http://www.rjco.com/","RJCO"); } }
//-->