function send_mail(shop_cd) {
	url = './question/question.php?shop_cd=' + shop_cd;
	win=window.open(url,"mail","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=540,height=550");
}

function tkharu()
{
	url = "http://www.tk-hokkaido.com/sale/huyu_toku0710.html";
win=window.open(url,"new","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=non,scrollbars=yes,width=900,height=600");
}

function tk20(n)
{
	if (n==0) {
		url = "http://www.tk-hokkaido.com/sale/0903sp_toku.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==1) {
		url = "http://www.tk-hokkaido.com/sale/yama0903.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==2) {
		url = "http://www.tk-hokkaido.com/sale/open_nishino.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==3) {
		url = "http://www.tk-hokkaido.com/sale/sinkawa0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==4) {
		url = "http://www.tk-hokkaido.com/sale/16_0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==5) {
		url = "http://www.tk-hokkaido.com/sale/tonden0810.html";
		w = 750;
		h = 600;
		scr = "yes";
	} else if (n==6) {
		url = "http://www.tk-hokkaido.com/sale/sinhassamu0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==7) {
		url = "http://www.tk-hokkaido.com/sale/hako3_0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==8) {
		url = "http://www.tk-hokkaido.com/sale/toma0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==9) {
		url = "http://www.tk-hokkaido.com/sale/yamahana0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==10) {
		url = "http://www.tk-hokkaido.com/sale/275_0810.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==11) {
		url = "http://www.tk-hokkaido.com/info/info_campaign.html";
		w = 550;
		h = 500;
		scr = "yes";
	}
	win=window.open(url,"new","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,scrollbars=" + scr + ",width=" + w + ",height=" + h);
}

/*ポップアップウィンドウから店舗紹介へ＆ポップアップウィンドウの削除*/
function goMS0()
{
	window.opener.location.href="http://www.tk-hokkaido.com/shop/shop_ref.php?shop_cd=23";
	window.close(); 
}
function goMS1()
{
	window.opener.location.href="http://www.tk-hokkaido.com/shop/shop_ref.php?shop_cd=21";
	window.close(); 
}

function goMS2()
{
	window.opener.location.href="http://www.tk-hokkaido.com/shop/shop_ref.php?shop_cd=22";
	window.close(); 
}
function goMS3()
{
	window.opener.location.href="http://www.tk-hokkaido.com/shop/shop_ref.php?shop_cd=20";
	window.close(); 
}
/*function goMS(n){
	
	if (n==0) {
		url = "http://www.tk-hokkaido.com/shop/shop_ref.php?shop_cd=23";
	}
	else if (n==1) {
		url = "http://www.tk-hokkaido.com/shop/shop_ref.php?shop_cd=21";
	}
	window.opener.location.href=url;
}*/

