<!--

// ChooseCSS Script
// Created By Satoru Moriwaki of Busium Inc.
// Contact: http://www.busium.biz/

// For Windows OS
if(windowsOS)
{
	if(ie4) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ie_win.css" rel="styleSheet" type="text/css">'); }
	else if(ie5) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ie_win.css" rel="styleSheet" type="text/css">'); }
	else if(ie55) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ie_win.css" rel="styleSheet" type="text/css">'); }
	else if(ie6) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ie_win.css" rel="styleSheet" type="text/css">'); }
	else if(ns4) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ns_win.css" rel="styleSheet" type="text/css">'); }
	else if(ns6) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ns_win.css" rel="styleSheet" type="text/css">'); }
	else if(ns7) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ns_win.css" rel="styleSheet" type="text/css">'); }
	else { document.write('<link href="'+ subDirectoryPath +'scripts/css_other.css" rel="styleSheet" type="text/css">'); }
}
// For Mac OS
else if(macOS)
{
	if(ie4) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ie_mac.css" rel="styleSheet" type="text/css">'); }
	else if(ie5) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ie_mac.css" rel="styleSheet" type="text/css">'); }
	else if(ns4) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ns_mac.css" rel="styleSheet" type="text/css">'); }
	else if(ns6) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ns_mac.css" rel="styleSheet" type="text/css">'); }
	else if(ns7) { document.write('<link href="'+ subDirectoryPath +'scripts/css_ns_mac.css" rel="styleSheet" type="text/css">'); }
	else if(safari) { document.write('<link href="'+ subDirectoryPath +'scripts/css_safari.css" rel="styleSheet" type="text/css">'); }
	else { document.write('<link href="'+ subDirectoryPath +'scripts/css_other.css" rel="styleSheet" type="text/css">'); }
}

//-->

