// JavaScript Document
/******************************************************************************************

	</js_v2/jump.js>

*******************************************************************************************/

//Flash 小窓
function jumpURLcm(){
	location.href = "special/commercial/cm1109.html";
}

//Flash1 しぼりたて生しょうゆ
function jumpURL1(){
	location.href = "special/namasyouyu/index.html";
}

//Flash2　CMギャラリー
function jumpURL2(){
	location.href = "special/commercial/index.html";
}

//Flash3　CMレシピ
function jumpURL3(){
	location.href = "special/cm-recipe/index.html";
}

//Flash4　かんたんレシピ
function jumpURL4(){
	location.href = "recipe/index.html";
}

//Flash5　特選
function jumpURL5(){
	popwin=window.open("special/soybean/index.html","flashwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=850,left=20,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}

