function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function winClose(){
	window.close();
}


//ここから top画像ランダム

pic_01="img/top/cooking/01.jpg";
pic_02="img/top/cooking/02.jpg";
pic_03="img/top/cooking/03.jpg";
pic_04="img/top/cooking/04.jpg";
pic_05="img/top/cooking/05.jpg";
pic_06="img/top/cooking/06.jpg";
pic_07="img/top/cooking/07.jpg";
pic_08="img/top/cooking/08.jpg";
pic_09="img/top/cooking/09.jpg";
pic_10="img/top/cooking/10.jpg";

pic_array=[pic_01,pic_02,pic_03,pic_04,pic_05,pic_06,pic_07,pic_08,pic_09,pic_10];
pic_name=pic_array[Math.floor(Math.random()*pic_array.length)];

function CreatePic(){
	document.write('<img src="'+pic_name+'" width="320" height="208" border="0" usemap="#Map2">');
}

//ここから レシピ リンク

function CreateLink() {
	//料理01
	if(pic_name==pic_01){
		  window.location.href = "recipes/01.html";
	//料理02
	} else	if(pic_name==pic_02){
		  window.location.href = "recipes/02.html";
	//料理03
	} else	if(pic_name==pic_03){
		  window.location.href = "recipes/03.html";
	} else	if(pic_name==pic_04){
		  window.location.href = "recipes/04.html";
	} else	if(pic_name==pic_05){
		  window.location.href = "recipes/05.html";
	} else	if(pic_name==pic_06){
		  window.location.href = "recipes/06.html";
	} else	if(pic_name==pic_07){
		  window.location.href = "recipes/07.html";
	} else	if(pic_name==pic_08){
		  window.location.href = "recipes/08.html";
	} else	if(pic_name==pic_09){
		  window.location.href = "recipes/10.html";
	} else	if(pic_name==pic_10){
		  window.location.href = "recipes/13.html";
	}
}
