
	var eq = "=";
	var semic = ";"; 
	
function setCookieChirashi(shopurl) {
	var eq = "=";
	var semic = ";"; 
	name = 'TSURUHAchirashi';
	in_time = new Date();
	in_time.setFullYear(in_time.getFullYear() + 1);
	lmt_time = "expires=" + in_time.toGMTString() + semic;
	document.cookie = name + eq + escape(shopurl) + "; path=/;" + semic + lmt_time;
	var wo;
	wo = window.open('http://www.dnp-orikomio.com/CGI/an/col2.cgi?' + shopurl,"mywin","width=780,height=630,toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0");
	wo.focus();
	return;
}

function ChirashiWinOpen(shopurl) {
	var wo;
	wo = window.open('http://www.dnp-orikomio.com/CGI/an/col2.cgi?' + shopurl,"mywin","width=780,height=630,toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0");
	wo.focus();
	return;
}


function getCookieChirashi(){

	var eq = "=";
	var semic = ";"; 
	
	name = 'TSURUHAchirashi';
	cooky = unescape(document.cookie) + semic;
	arg1 = cooky.indexOf (name + eq,0);
	if(arg1 < 0){
		mainurl = "./chirashi.html";
		location.href = mainurl;
		return;
	}
	arg2 = cooky.indexOf(semic, arg1);
	if (arg2 >= 0){
		shopurl = cooky.substring((name + eq).length, arg2);
		//alert(shopurl);
		//window.open('http://www.dnp-orikomio.com/CGI/an/col2.cgi?' + shopurl,"mywin","width=780,height=630,toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0");
		return shopurl;
	}
	return;
}

function delCookieChirashi(){
	var eq = "=";
	var semic = ";"; 
	name = 'TSURUHAchirashi';
	in_time = new Date();
	in_time.setFullYear(in_time.getFullYear() - 1);
	lmt_time = "expires=" + in_time.toGMTString() + semic;
	document.cookie = name + eq + semic + lmt_time;
	alert("みたい店舗を変更することができるようになりました。");
	mainurl = "/shop/";
	location.reload();
	return;
}

image1 = new Image();
image2 = new Image();

function getCookieTopChirashi(){
	var eq = "=";
	var semic = ";"; 
	name = 'TSURUHAchirashi';
	cooky = unescape(document.cookie) + semic;
	//alert(cooky);
	//alert(document.cookie);
	arg1 = cooky.indexOf (name + eq,0);
	//alert(arg1);
	if(arg1 < 0){
		//image1.src = "image/chirashi_banner1.gif";
		//document.chirashi_banner.src=image1.src;
		return;
	}
	arg2 = cooky.indexOf(semic, arg1);
	if (arg2 >= 0){
		//d1 = document.getElementById("rightmenu")
		//d1.style.float = 'right';
		d2 = document.getElementById("rightmenu")
		d2.style.width = '240px';
		d3 = document.getElementById("rightmenu")
		d3.style.margin = '5px auto';
		d4 = document.getElementById("shop_serch");
		d4.style.display = 'block';
		d5 = document.getElementById("shop_serch");
		d5.style.width = '240px';
		d6 = document.getElementById("shop_serch");
		d6.style.height = '41px';
		d7 = document.getElementById("shop_serch");
		d7.style.background = 'url(/images/chirashi02_on.gif) no-repeat';
		d8 = document.getElementById("shop_serch");
		d8.style.textIndent = '-9999px';
		return;
	}
	return;
}
function getCookieChirashi2(my_this){

	name = 'TSURUHAchirashi';
	cookval = getCookie123(name);

	if(cookval == "NONE"){
		location.href = "/shop/";
		return;
	}else{
		var wo;
	    wo = window.open('http://www.dnp-orikomio.com/CGI/an/col2.cgi?' + cookval,"mywin","width=780,height=630,toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=0,screenY=0,left=0,top=0");
		wo.focus();

		return;
	}

	return;
}

function getCookie123(name) {
	if (!name || !document.cookie) return "NONE";

	var cookies = document.cookie.split("; ");
	for (var i = 0; i < cookies.length; i++) {
		var str = cookies[i].split("=");
		if (str[0] != name) continue;
		return unescape(str[1]);
	}
	return "NONE";
}


