function authorChange(type, author_id, article_id, _title, _date, seo_link, seo_title)
{
	document.getElementById("author_img_" + type).src = '' + author_id + "";
	document.getElementById("author_article_title_" + type).innerHTML = '<a href="' + seo_link + '" title="' + seo_title + '">' + _title + "</a>";
	document.getElementById("author_article_date_" + type).innerHTML = _date;
}
function openPopUp_520x390(href, target)
{
	var winl = (screen.width - 520) / 2;
	var wint = (screen.height - 390) / 2;
	window.open(href, target, 'width=520, height=390, top=' + wint + ', left=' + winl + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}

/**/

