function ShowPicture(url, title, width, height)
{
	  window.open("http://autonews.ru/picture.shtml?url="+url+"&title="+title+"&width="+width+"px"+"&height="+height,"","width="+width+"px,height="+height+"px,status=no");
}
