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=non,resizable=yes,width=540,height=550");
}

function tkharu()
{
	url = "http://www.tk-hokkaido.com/06spring-sale.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/kupon2.html";
		w = 450;
		h = 670;
		scr = "no";
	} else if (n==1) {
		url = "http://www.tk-hokkaido.com/06spring-sale.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==2) {
		url = "http://www.tk-hokkaido.com/poster.html";
		w = 400;
		h = 550;
		scr = "no";
	} else if (n==3) {
		url = "http://www.tk-hokkaido.com/yama8-5sale.html";
		w = 900;
		h = 600;
		scr = "yes";
	} else if (n==4) {
		url = "http://www.tk-hokkaido.com/poster.html";
		w = 400;
		h = 550;
		scr = "no";
	} else if (n==5) {
		url = "http://www.yahoo.co.jp";
		w = 1000;
		h = 700;
		scr = "no";
	}
	win=window.open(url,"new","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,scrollbars=" + scr + ",width=" + w + ",height=" + h);
}