function productInit(){

	if(Qoo.$("product_index")){
		Qoo.rollOverInitInId("product_contents_list",true);
		Qoo.rollOverInitInId("product_seihin_list",true);
		Qoo.rollOverInitInId("product_seihin_list2",true);
	}
	if(Qoo.$("product_orange_apple")){
		Qoo.rollOverInitInId("main_vis_btn",true);
		Qoo.rollOverInitInId("capgame",true);
	}
	if(Qoo.$("product_p_budou")){
		Qoo.rollOverInitInId("main_vis_btn",true);
	}
	if(Qoo.$("product_p_ringo")){
		Qoo.rollOverInitInId("main_vis_btn",true);
	}
	if(Qoo.$("product_peach")){
		Qoo.rollOverInitInId("main_vis_btn",true);
	}
	if(Qoo.$("product_pine_lemon")){
		Qoo.rollOverInitInId("main_vis_btn",true);
	}
	if(Qoo.$("product_budou_yasai")){
		Qoo.rollOverInitInId("main_vis_btn",true);
	}
	if(Qoo.$("product_fruitmix")){
		Qoo.rollOverInitInId("main_vis_btn",true);
	}

	if(Qoo.$("product_recipe")){
		Qoo.rollOverInitInId("btn",true);
		Qoo.rollOverInitInId("down1",true);
		Qoo.rollOverInitInId("down2",true);
		Qoo.rollOverInitInId("down3",true);
		Qoo.rollOverInitInId("pageBtn",true);
		swfobject.embedSWF("swf/recipe1.swf", "swf_recipe1", "287", "193", "8.0.0", null, {}, {wmode:"transparent"},{});
		swfobject.embedSWF("swf/recipe2.swf", "swf_recipe2", "287", "193", "8.0.0", null, {}, {wmode:"transparent"},{});
		swfobject.embedSWF("swf/recipe3.swf", "swf_recipe3", "287", "193", "8.0.0", null, {}, {wmode:"transparent"},{});
	}
	if(Qoo.$("product_recipe2")){
		Qoo.rollOverInitInId("btn",true);
		Qoo.rollOverInitInId("down4",true);
		Qoo.rollOverInitInId("down5",true);
		Qoo.rollOverInitInId("down6",true);
		Qoo.rollOverInitInId("pageBtn",true);
		swfobject.embedSWF("swf/recipe4.swf", "swf_recipe4", "287", "193", "8.0.0", null, {}, {wmode:"transparent"},{});
		swfobject.embedSWF("swf/recipe5.swf", "swf_recipe5", "287", "193", "8.0.0", null, {}, {wmode:"transparent"},{});
		swfobject.embedSWF("swf/recipe6.swf", "swf_recipe6", "287", "193", "8.0.0", null, {}, {wmode:"transparent"},{});
	}
	if(Qoo.$("product_capgame")){
		Qoo.rollOverInitInId("btn_right",true);
	}
	
	
}

Qoo.addEventListener(window,"load",productInit);