window.onerror = null; 
var ie  = (navigator.appName.indexOf('Micr') != -1); 
var mac = (navigator.userAgent.indexOf('Mac') != -1 || navigator.userAgent.indexOf('mac') != -1); 
var win = (navigator.userAgent.indexOf('Win') != -1 || navigator.userAgent.indexOf('win') != -1); 
if (win) { 
if (ie) document.write('<link rel="stylesheet" href="http://www.shokoren-toyama.or.jp/~takaoka/css/win.css" type="text/css">'); 
	else document.write('<link rel="stylesheet" href="http://www.shokoren-toyama.or.jp/~takaoka/css/win.css" type="text/css">'); 
}else{ 
	if (mac) { 
	if (ie) document.write('<link rel="stylesheet" href="http://www.shokoren-toyama.or.jp/~takaoka/css/mac.css" type="text/css">'); 
	else document.write('<link rel="stylesheet" href="http://www.shokoren-toyama.or.jp/~takaoka/css/mac.css" type="text/css">'); 
}else{ 
	document.write('<link rel="stylesheet" href="http://www.shokoren-toyama.or.jp/~takaoka/css/win.css" type="text/css">'); 
} 
}
$(document).ready(function(ev){	
	$('.mt-enclosure-file a').each(function(idx){
		var url = $(this).attr('href');
		myNum = url.lastIndexOf(".pdf");
			
		if(myNum != -1){
			$(this).attr('target','_blank');
		}
	});
});
