var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if(navigator.appVersion.indexOf('Mac') > -1)
{
  if( bName =="M")
  {
    // MAC IE
    document.write("<link rel='stylesheet' href='http://www.marukan.com/files/sstyle_mie.css' type='text/css'>\n");
	document.write("<link rel='stylesheet' href='http://www.marukan.com/files/sbasic_style.css' type='text/css'>\n");
  } else{
    	if( vNum<5){
			// MAC NETSCAPE 4.x
      		document.write("<link rel='stylesheet' href='http://www.marukan.com/files/sstyle_mnn.css' type='text/css'>\n");
			document.write("<link rel='stylesheet' href='http://www.marukan.com/files/sbasic_style.css' type='text/css'>\n");
     	}
	 	else{
			document.write("<link rel='stylesheet' href='http://www.marukan.com/files/no-style.css' type='text/css'>\n");
    	}
 	 }
} else{
  if( bName =="M"){
    // WIN IE
    document.write("<link rel='stylesheet' href='http://www.marukan.com/files/style_wie.css' type='text/css'>\n");
	document.write("<link rel='stylesheet' href='http://www.marukan.com/files/basic_style.css' type='text/css'>\n");
  }
  else{
    if( vNum<4){
      // WIN NETSCAPE 4.x
      document.write("<link rel='stylesheet' href='http://www.marukan.com/files/sstyle_wnn.css' type='text/css'>\n");
	  document.write("<link rel='stylesheet' href='http://www.marukan.com/files/sbasic_style.css' type='text/css'>\n");
    }
	else{
	document.write("<link rel='stylesheet' href='http://www.marukan.com/files/basic_style.css' type='text/css'>\n");
    }
  }
}
function subwin_win() {
	w=window.open('http://www.marukan.com/kodawari/index.html','kodawari','width=800,height=700,scrollbars=no,status=no,directories=no,menubar=no,resizable=no,toolbar=no');
	w.focus();
}
function subwin_read() {
	w=window.open('readme.html','readme','width=700,height=600,scrollbars=yes,status=no,directories=no,menubar=no,resizable=yes,toolbar=yes');
	w.focus();
}