﻿<!--

function fsGetURL(xCode){
	var xFile ="";
	var xTarget = 0;
	switch(xCode){
		case "isB01_mc" :
			//バラTキャンペーン
			xFile = "http://www.mcdonalds.co.jp/shop/search/map.php?strcode=13092";
			xTarget = 1;
			break;
		case "isB02_mc" :
			//つばさレポート
			xFile = "http://www.mcdonalds.co.jp/shop/search/map.php?strcode=13092";
			xTarget = 1;
			break;
		case "isB03_mc" :
			//荒木ギャラリー
			xFile = "http://www.mcdonalds.co.jp/shop/search/map.php?strcode=13092";
			xTarget = 1;
			break;
		case "isB04_mc" :
			//安室CM
			xFile = "cm_bara.html";
			break;
		case "isB05_mc" :
			//欠番
			break;
		case "isB06_mc" :
			//BIG MOUSE
			xFile = "bigmouth.html";
			break;
		case "isB07_mc" :
			//キャンペーン
			xFile = "campaign.html";
			break;
		}
		
		if(xFile != ""){
			if (xTarget ==1){
				detailWin=window.open(xFile, "mac_qp");
				detailWin.focus();
			}else{
				document.location.href=xFile;
			}
		}
}

//-->
