var bName = navigator.appName.charAt(0);if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M"){		// Mac IE		document.writeln('<link href="http://www.panda.co.jp/common/css/panda_MIE.css" rel="stylesheet" type="text/css">');	}else{		//Mac else		document.writeln('<link href="http://www.panda.co.jp/common/css/panda_M.css" rel="stylesheet" type="text/css">');	}}else{	if( bName == "M"){		// Windows IE		document.writeln('<link href="http://www.panda.co.jp/common/css/panda_WIE.css" rel="stylesheet" type="text/css">');	}else{		// Windows else		document.writeln('<link href="http://www.panda.co.jp/common/css/panda_W.css" rel="stylesheet" type="text/css">');	}}