/*________________________________________________________________________________________________________________________________________________________ css_controller.js '); } // wGK.css ======||windows Gecko(Netscape6.x~,Chimera,Phoenix,Mozilla etc...)||====== else if( UE.type == 'WinGecko' ) { document.write(''); } // mIE_mOP.css ======||Macintosh Internet Explorer,Macintosh opera6.x~||====== else if(UE.type == 'MacIE' || UE.type == 'MacOpera') { document.write(''); } // mGK.css ======||Macintosh Gecko(Netscape6.x~,safari,Mozilla etc...)||====== else if( UE.type == 'MacGecko' ) { document.write(''); } // wNS.css ======||Windows Netscape Communicator 4.7higher||====== else if( UE.type == 'WinNS' && parseFloat( navigator.appVersion ) >= 4.7 ) { document.write(''); } // wOP7.css ======|Windows opera7.x||====== else if(UE.type == 'WinOpera' && user_agent.indexOf( 'Opera/7', 0 ) != -1 || user_agent.indexOf( 'Opera 7', 0 ) != -1 ) { document.write(''); } // mNS.css ======||Macintosh Netscape Communicator 4.7higher||====== else if(UE.type == 'MacNS' && parseFloat( navigator.appVersion ) >= 4.7) { document.write(''); } // other.css style ======|Macintosh Internet Explorer 4.5,Windows other browser,Macintosh other browser,Ohter OS browser(icab,Konqueror,NetFront etc...)|====== else{ document.write(''); }