function showNewsPhoto(id, lang)
{
	window.open("/showNewsPhoto.php?id=" + id + "&lang=" + lang, "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=525,height=430");
}

function showProductPhoto(id, lang)
{
	window.open("/showProductPhoto.php?id=" + id + "&lang=" + lang, "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=525,height=430");
}