<!--	function brand(new_url)	{		window.open(new_url, "brand_history", "status=yes,scrollbars=yes,resizable=yes,width=740,height=550");	}	function model(new_url,name)	{		window.open(new_url, "model_history", "status=yes,scrollbars=yes,resizable=yes,width=760,height=515");	}	function item(new_url)	{		window.open(new_url, "item_detail", "status=yes,scrollbars=yes,resizable=yes,width=760,height=515");	}	function arrival(new_url)	{		window.open(new_url, "new_arrival", "status=no,scrollbars=no,resizable=no,width=240,height=190");	}	function Start(){		if(document.cookie==""){			alert("このサーバによるCookieはありません。")		}else{			tmp=document.cookie.split(";");			acDate=new Date();			acDate.setYear(acDate.getYear()-1);			for(i=0;i<tmp.length;i++){				temp1=tmp[i].split("=")[0];				document.cookie=temp1+"=;acDate="+acDate.toGMTString();			}			alert("このサーバによるCookieを削除しました。");		}	}//-->