function gallery(identifier, lang) {
	gallery_panel_doc = window.open("index.php?lang="+lang+"&module=gallery&act=browse&id="+identifier, "Gallery_Browser_Panel" ,"width=605,height=520,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no");
	gallery_panel_doc.document.close();
}
function EnlargePressImage(identifier, lang) {
	PressImage_panel_doc = window.open("index.php?lang="+lang+"&module=press&act=enlarged&id="+identifier, "EnlargedPressImage_Panel" ,"width=770,height=550,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes");
	PressImage_panel_doc.document.close();
}
