
function onl(){
	if(document.all['present'] && document.all['present1']){
		document.all['present'].style.color='000000';	
		var action=window.setTimeout('merPrice()',100);
	}
	if(document.all.baner_frame){
		document.all.baner_frame.src="forframe/lbaners.php?thisFirstPage=0";
	}
}
function merPrice(){
}
function GetCookie(name) {
   var start = document.cookie.indexOf(name+"=");
   var len = start+name.length+1;
   if ((!start)&&(name!=document.cookie.substring(0,name.length)))
     return null;
   if (start==-1)
     return null;
   var end = document.cookie.indexOf(";",len)
   if (end==-1)
     end = document.cookie.length;
   return unescape(document.cookie.substring(len,end));
}
function testCookBasket(){
	var basketRazdel;
	if(basketRazdel==1){
		document.cookie = "gotoBasket=0";
	}else{
  	if(GetCookie('gotoBasket')==1){
			document.cookie = "gotoBasket=0";
  		window.location.href = '?razd=basket';  
  	}else{
  		setTimeout("testCookBasket()",1000);
  	}
	}
}
setTimeout("testCookBasket()",1000);      

function addbuy(sGroupid){
window.open("addbuy.php?g="+sGroupid+"","", "directories=0,height=220,width=300,left=300,top=200,location=0,resizable=0,scrollbars=0");
}
