function overMovie (obj, numID) {
	if (numID == 1) {
		obj.className = "menu_b";
	}
	else {
		obj.className = "menu_a";
	}
}
function emoticon(text) {
	var txtarea = document.forum.text;
	text = ' ' + text + ' ';
	if (txtarea.createTextRange && txtarea.caretPos) {
		var caretPos = txtarea.caretPos;
		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
		txtarea.focus();
	} else {
		txtarea.value  += text;
		txtarea.focus();
	}
}
function bookmark () {
	if (window.sidebar) { 
		window.sidebar.addPanel("Новости кино - zaneslo.ru", "http://www.zaneslo.ru", ""); 
	} else if (document.all) {
		window.external.AddFavorite("http://www.zaneslo.ru", "Новости кино - zaneslo.ru");
	} else if (window.opera && window.print) {
		return true;
	}
}