function ShowImage(id, widht, height){
	window.open("http://www.ringtur.ru/_inc/windows/pageimage.php?id="+id, "ShowImage", "scrollbars=0, status=0, menubar=0, resizable=0, width="+widht+", height="+height);
}

function ShowArticleImage(id){
	window.open("http://www.ringtur.ru/_inc/windows/articleimage.php?id="+id, "ShowArticleImage", "scrollbars=0, status=0, menubar=0, resizable=0, width=640, height=640");
}
