function sub_show(who)	{
	if (document.getElementById(who).style.display == 'none')
		document.getElementById(who).style.display = 'block';	}
function sub_hide(who)	{
	if (document.getElementById(who).style.display == 'block')
		document.getElementById(who).style.display = 'none';	}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function open_pic( pic_name )
	{
	pic = window.open('' + pic_name,'pic',config='height=450,width=300,toolbar=0,resizable=1,scrollbars=0');
	pic.focus();
	}
function open_pics( pic_name, num )
	{
	if (num == 1)
		pic = window.open('' + pic_name,'pic',config='height=315,width=450,toolbar=0,resizable=1,scrollbars=0');
	if (num == 2)
		pic = window.open('' + pic_name,'pic',config='height=450,width=300,toolbar=0,resizable=1,scrollbars=0');
	if (num == 3)
		pic = window.open('' + pic_name,'pic',config='height=450,width=450,toolbar=0,resizable=1,scrollbars=0');
	pic.focus();
	}
function SetCookie (name,value,expires) 
{
  var dt = new Date();
  var dtt = "";
  dt.setTime(dt.getTime()+expires*24*60*60*1000);
  dtt = dt.toGMTString();
  document.cookie = name+"="+value+";expires="+dtt;
}
function getCookie(name) {
        var prefix = name + "="
        var cookieStartIndex = document.cookie.indexOf(prefix)
        if (cookieStartIndex == -1)
                return null
        var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
        if (cookieEndIndex == -1)
                cookieEndIndex = document.cookie.length
        return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}
function deleteCookie(name) {
        if (getCookie(name)) {
                document.cookie = name + "=" + "; expires=Thu, 01-Jan-70 00:00:01 GMT"
        }}

function addTovar(id)	{
	var shop = getCookie('Shop');
	shop = shop + id + ':1I';
	SetCookie ('Shop',shop,100);
	alert('  Добавлено в корзину  ');	}
function addTovar1(id)	{
	bin_alert=window.
	window.showModalDialog("/bin_alert.php?id="+id,"bin_alert","dialogHeight: 140px; dialogWidth: 260px; dialogTop: px; dialogLeft: px; edge: Raised; center: Yes; help: No; resizable: No; status: No;");	}
function addTovar2(id)	{
	var shop = getCookie('Shop');
	shop = shop + id + ':1I';
	SetCookie ('Shop',shop,100);	}
function goShop()	{
	var shop = getCookie('Shop');
	location.href = '/index.php?bin+&SHOP=' + shop;	}
function goZakaz(who)	{
	var shop = getCookie('Shop');
	location.href = 'index.php?confirm+&WHO=' + who + '+&SHOP=' + shop;	}
function ClearAll()	{
	if (confirm('  Вы действительно хотите очистить корзину ? '))	{
		deleteCookie('Shop');
		goShop();	}}
function Refresh(count_tov)	{
	var shop = '';
	for (i=1;i<count_tov;i++)
		{
		if (!document.shop.elements['d'+i].checked)
			{
			shop = shop + document.shop.elements['id'+i].value + ':' + document.shop.elements['c'+i].value + 'I';
			}
		}
	SetCookie ('Shop',shop,100);
	location.href = 'index.php?bin+&SHOP=' + shop;	}

function exists()	{
	document.existsform.who_flag.value="4";
	document.existsform.submit();
}
function action(name)
{
		document.existsform.actions_name.value=name;
	document.existsform.submit();
}

