function popimg(_1,_2,_3,_4){
str="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\"><html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\">\n<title>"+_2+"</title>\n</head>\n<body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>\n<img src='"+_1+"' alt='"+_2+"'>\n</body>\n</html>";
f_win=window.open(_1,"BigImage","width="+_3+",height="+_4+",top="+((screen.height/2)-(_4/2))+",left="+((screen.width/2)-(_3/2))+",toolbar=no,scrollbars=no,resizable=yes,menubar=no,status=no,directories=no,location=no");
f_win.document.writeln(str);
f_win.focus();
f_win.document.close();
};
function popup(_5,_6,_7,_8){
f_win=window.open(_5,"","width="+_7+",height="+_8+",top="+((screen.height/2)-(_8/2))+",left="+((screen.width/2)-(_7/2))+",toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=no,directories=no,location=no");
f_win.focus();
};

