<!--
/*ブラウザ別CSS振り分け*/
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//MAC IE NS
		document.write(".black{font-Size:13px; line-height:17px; color:#000000;}")
		document.write(".white{font-Size:13px; line-height:17px; color:#ffffff;}")
		document.write(".red{font-Size:13px; line-height:17px; color:#CC0000;}")
		document.write(".shikaku{font-Size:13px; line-height:17px; color:#9fc374;}")
		document.write(".t3{font-Size:14px; line-height:17px;}")
		document.write(".smallw{font-Size:11px; line-height:15px; color:#ffffff;}")
		document.write(".smallb{font-Size:11px; line-height:15px; color:#000000;}")
}
else{
	if(ie){
		//WIN IE
		document.write(".black{font-Size:13px; line-height:17px; color:#000000;}")
		document.write(".white{font-Size:13px; line-height:17px; color:#ffffff;}")
		document.write(".red{font-Size:13px; line-height:17px; color:#CC0000;}")		
		document.write(".shikaku{font-Size:13px; line-height:17px; color:#9fc374;}")
		document.write(".t3{font-Size:14px; line-height:17px;}")
		document.write(".smallw{font-Size:11px; line-height:15px; color:#ffffff;}")
		document.write(".smallb{font-Size:11px; line-height:15px; color:#000000;}")
	}
	else{
		//WIN NS
		document.write(".black{font-Size:14px; line-height:18px; color:#000000;}")
		document.write(".white{font-Size:14px; line-height:18px; color:#ffffff;}")
		document.write(".red{font-Size:14px; line-height:18px; color:#CC0000;}")
		document.write(".shikaku{font-Size:14px; line-height:18px; color:#9fc374;}")
		document.write(".t3{font-Size:15px; line-height:18px;}")
		document.write(".smallw{font-Size:12px; line-height:16px; color:#ffffff;}")
		document.write(".smallb{font-Size:12px; line-height:16px; color:#000000;}")
	}
}
document.write("--></STYLE>");

//-->
<!--

	appflg = 0;

	if (parseInt(navigator.appVersion) >= 4 || navigator.appName == "Netscape"){
	window.onerror=null;
	appflg = 1;
	
	mn1On=new Image(0,0); mn1On.src="http://www.bepcomm.com/source/common_images/button_raggedy_on.gif";
    mn1Off=new Image(0,0); mn1Off.src="http://www.bepcomm.com/source/common_images/button_raggedy_off.gif";	
	mn2On=new Image(0,0); mn2On.src="http://www.bepcomm.com/source/common_images/button_strawberry_on.gif";
	mn2Off=new Image(0,0); mn2Off.src="http://www.bepcomm.com/source/common_images/button_strawberry_off.gif";
	mn3On=new Image(0,0); mn3On.src="http://www.bepcomm.com/source/common_images/button_ttard_on.gif";
	mn3Off=new Image(0,0); mn3Off.src="http://www.bepcomm.com/source/common_images/button_ttard_off.gif";
	mn4On=new Image(0,0); mn4On.src="http://www.bepcomm.com/source/common_images/button_shoplist_on.gif";
	mn4Off=new Image(0,0); mn4Off.src="http://www.bepcomm.com/source/common_images/button_shoplist_off.gif";
	mn5On=new Image(0,0); mn5On.src="http://www.bepcomm.com/source/common_images/button_comment_on.gif";
	mn5Off=new Image(0,0); mn5Off.src="http://www.bepcomm.com/source/common_images/button_comment_off.gif";
	mn6On=new Image(0,0); mn6On.src="http://www.bepcomm.com/source/common_images/button_login_on.gif";
	mn6Off=new Image(0,0); mn6Off.src="http://www.bepcomm.com/source/common_images/button_login_off.gif";
	mn7On=new Image(0,0); mn7On.src="http://www.bepcomm.com/source/common_images/button_ask_on.gif";
	mn7Off=new Image(0,0); mn7Off.src="http://www.bepcomm.com/source/common_images/button_ask_off.gif";
	mn8On=new Image(0,0); mn8On.src="http://www.bepcomm.com/source/common_images/button_profile_on.gif";
	mn8Off=new Image(0,0); mn8Off.src="http://www.bepcomm.com/source/common_images/button_profile_off.gif";
	mn9On=new Image(0,0); mn9On.src="http://www.bepcomm.com/source/common_images/button_how_on.gif";
	mn9Off=new Image(0,0); mn9Off.src="http://www.bepcomm.com/source/common_images/button_how_off.gif";
	mn10On=new Image(0,0); mn10On.src="http://www.bepcomm.com/source/common_images/button_other_on.gif";
	mn10Off=new Image(0,0); mn10Off.src="http://www.bepcomm.com/source/common_images/button_other_off.gif";
	
	}

	function act(imgName) {
		if (appflg){
		 imgOn=eval(imgName + "On.src"); document [imgName].src = imgOn; 
		}
	}
	function inact(imgName) { 
		if (appflg){
		imgOff=eval(imgName + "Off.src"); document [imgName].src = imgOff; 
		}
	}

//-->
<!--

function openCenter(n) {

var w;

w = window.open(n,"_blank","toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=no,resizable=no,width=550,height=550,top=1,left=1");

}

//-->
