var win_korz;
//---------------------------
function set_img(ur,wimg,himg)
{
w2=Math.min(wimg+60,850); h2=Math.min(himg+60,610);
win_korz=open(ur,"big_image","width="+w2+",height="+h2+",resizable,scrollbars");
win_korz.document.focus();
}
//---------------------------
var stat_gl_find=true;
function gfind()
{
st=document.fform.gl_ffind.value;
st=st.replace(/[^a-zA-Zа-яА-Я0-9]/gi,"");
if(st.length<2) {
 window.alert("Ошибка. В условии для поиска должно быть не менее 2 алфавитно-цивровых символов."); return;
 }
document.fform.action='index.php';
//if(document.fform.add_find[1].checked) document.fform.action='{$f255_url}';
document.fform.submit();
}
//----------------------------
var win_korz;
//------------------------
function set(tn,cname)
{
closeKorz();
tname=cname+"^"+tn;
rnd=""+Math.round(999999*Math.random());
win_korz=open("script/add_korzina.php?stat=add&tname="+tname,"korzina","width=600,height=490,resizable,scrollbars");
win_korz.document.focus();
}
function setKorz()
{
closeKorz();
rnd=""+Math.round(999999*Math.random());
win_korz=open("script/add_korzina.php?stat=get","korzina","width=600,height=490,resizable,scrollbars");
win_korz.document.focus();
}
function closeKorz(){
//try{ win_korz.close(); } catch(ex){}
}
