function pushid(id){
//		window.alert(id);
$.cookie('recoid',id,{path:/catalog/});//書き込み{保存days}
//document.getElementByClass("res").innerHtml = id;
//resid =($.cookie('recoid'));//読み出し
//resid +="re";
//window.alert(resid);
}


