function print_bookmark_link(mes, title) {
var tempAgent = navigator.userAgent;
if (tempAgent.indexOf('MSIE') >=0)
return '<a href="#" onClick="if (document.all) {window.external.AddFavorite(location.href,document.title); return false;}"  title="запомнить страницу">' + mes + '</a>';
else 
 return '<a href="'+location.href+'" rel="sidebar" title="' + title +'">' + mes + '</a>'; 
}


function spammersmustdie() {
var d="search";		
var tt="act";
var ta="cont";
var s="com";
var sr="rushop";
var mail = ta + tt + (String.fromCharCode(64)) + sr + d + "." + s;
document.write("<a href='mailto:"+mail+"'>Контакт</a>");
}


function show_search_mes() {
  var newnode=document.createElement("div id=\"search_mes\"");
  newnode.style.color="#8E4E40";
	newnode.style.position="absolute";
	newnode.style.left="50%";
	newnode.style.top="30%";
	newnode.style.border="3px solid #EADAC8";
	newnode.style.width="300px";
	newnode.style.height="100px";
	newnode.style.margin="-50px -150px";
	newnode.style.overflow="visible";
	newnode.style.background="#F8F8F1";
  newnode.innerHTML="<br><center><h3>Пожалуйста, подождите</h3><i>выполняется поиск...</i></center>";
  document.body.appendChild(newnode);	

}

function ff_fix() {
	if (navigator.userAgent.indexOf ("Mozilla/5.0") != -1) {
		el=document.getElementById("content");
		el.style.width="65%";
	}
}
