function put2basket (url) {
	w = window.open(url, 'basket','status=no,scrollbars=yes,width=790,height=640');
	if (w) w.focus ();
};

function basket(i){
   goUrl = "../buy/basket?basket=1"+"&id="+form['id_'+i].value+"&order=1" + "&razmer="+form['size_'+i].value;
   put2basket(goUrl);
}

 function wholesale(){
  win= window.open('../whole_sale.html','','toolbar=0,width=450,height=500,status=0,left=100,top=100,scrollbars=1');
} 
