function foto(win_file, win_title)
{
	window.open(win_file, win_title, 'resizable=yes,width=100,height=100,toolbar=no,scrollbars=no,location=no,menubar=no,status=no');
}
function inz(win_file, win_title)
{
	window.open(win_file, win_title, 'resizable=yes,width=805,height=805,toolbar=no,scrollbars=no,location=no,menubar=no,status=no');
}
function inzshow(win_file, win_title)
{
	window.open(win_file, win_title, 'resizable=yes,width=700,height=500,toolbar=no,scrollbars=no,location=no,menubar=no,status=no');
}
function chat(win_file,win_title)
{
window.open(win_file, win_title, 'resizable=yes,width=880,height=620,toolbar=no,scrollbars=yes,location=no,menubar=no,status=no');
}
function moder(win_file, win_title)
{
window.open(win_file, win_title, 'resizable=no,width=300,height=300,toolbar=no,scrollbars=no,location=no,menubar=no,status=no');
}