//-------------------------------------nv_setcookie(n,nware)
/*
function nv_setcookie(x,nware)
{
if(!(confirm('Вы хотите добавить "'+nware+'" в лист скидок.'+"\n"+'Продолжить?'))) {return false;}
nv_set_cookie('ids',x);
}
*/
//-------------------------------------nv_opwin(w, h, id, fnm)
function nv_opwin(w, h, id, fnm)
{
f = 'n_photo.php?id='+id+'&fnm='+fnm+'&width='+w+'&height='+(h+45);
w += 55; h += 165;
//alert(w+'---'+h+'---'+id+'---'+fnm);
var n=navigator;
n=(n.appName.substring(0,2)=="Mi")?1:0;
w<500?(w=500):w;
prop = 'toobar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+w+',height='+h;
if (n)
{
wo = window.open('','Photo',prop);
wo.document.write('');
}
wo = window.open('','Photo',prop);
wo.document.write('
Loading...');
wo = window.open(f,'Photo',prop);
wo.focus();
}
function nv_opwin1(w, h, fnm)
{
f = 'n_photo1.php?fnm='+fnm+'&width='+w+'&height='+(h+45);
w += 55; h += 165;
var n=navigator;
n=(n.appName.substring(0,2)=="Mi")?1:0;
w<500?(w=500):w;
prop = 'toobar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+w+',height='+h;
if (n)
{
wo = window.open('','Photo',prop);
wo.document.write('');
}
wo = window.open('','Photo',prop);
wo.document.write('Loading...');
wo = window.open(f,'Photo',prop);
wo.focus();
}