function statbar() {
   window.status = '\[ открыть фотографию в отдельном окне \]';
}

function emptystat() {
   window.status = '';
}

function openin(qwe, width, height) {
 	window.open(qwe, "_blank", "width=" + width + ", height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no");
}