function bookmark(){

	if(window.sidebar)window.sidebar.addPanel(document.title, document.location.href,"");
	else if(window.opera && window.print)
	{

		var mbm = document.createElement("a");

		mbm.setAttribute("rel","sidebar");
		mbm.setAttribute("href",document.location.href);
		mbm.setAttribute("title",document.title);
		mbm.click(); 
	}
	else if(document.all)window.external.AddFavorite(document.location.href, document.title);

}

function print_header() {


}
