function popup(image, width, height)
{
	window.open('/index.php?article_id=36&clang=0&ctype=0'+'&image='+image,'popup','toolbar=no,width='+width+',height='+height+',resizable=yes,top=40,scrollbars=no');
}