// 
// для работы фото банка
//
function gd_foto()
{
            var regFields;//= new Array();
            var s="";
            var r="";
            var textsql="";
            regFields = window.showModalDialog("/archiv_foto.asp", "Фотоархив", "dialogWidth:23em; dialogHeight:20em; resizable=no; status=0");

            if(regFields!=null)
            {
                        if(regFields["Return"] == "OK")
                        {
                                 id = regFields["id"];
                                 sql = regFields["SQL"];
                                 pf = regFields["type"];
                                 document.glav.zapros.value=sql;
	                             document.glav.action="http://www.stadium.ru/index_foto.asp?pf="+pf;
	                             document.glav.submit();
                        }
            }
}


