var Platform = navigator.platform;var SetPlatform = Platform.indexOf("Win",0);if(SetPlatform != -1){	document.write ('<link rel="stylesheet" href="http://db.datanext.co.jp/css/style-sheets-win.css" type="text/css">');}else{	document.write ('<link rel="stylesheet" href="http://db.datanext.co.jp/css/style-sheets-mac.css" type="text/css">');}