var search_def_str = "поиск по названию";

function Search_OnBlur(element) {
	if (element.value == "") element.value = search_def_str;
}

function Search_OnFocus(element) {
	if (element.value == search_def_str) element.value = "";
}

function liclick(link)
{
	img = new Image();
	img.src = 'http://www.liveinternet.ru/click?*' + link;
}

function PopupImg(img, width, height) {
	width +=20;
	height += 20;
	popupWindow = window.open("", "popup", "status=no,toolbar=no,location=no,menubar=no,directories=no,resizeable=no,scrollbars=no,width="+width+",height="+height);
	popupWindow.document.write("<img src='" + img + "' />");
	return false;
}
