function picopen(section, index){
	path="http://www.chelovek-theatre.ru/photo.php?action=showphoto&id=" + index + "&section=" + section;
	NewWin=window.open(path, "Фотоальбом", "toolbar=no, location=no, scrollbars=no, resizable=no, status=no, menubar=no, directories=no, width=538, height=640, screenX=180, screenY=80");
}