//{{{
function show_img(file,width,height)
{
	okno = window.open('img.php?file='+file,'bilety','toolbar=0,location=0,direction=0,status=0,scrollbars=no,menubar=0,width='+width+',height='+height+',top=0,left=0,resizable=no')
	okno.focus();
}

//}}}