// JavaScript Document
/*common func*/

var Win = navigator.appVersion.indexOf('Win', 0) != -1;
var IE = navigator.appName.indexOf("Microsoft", 0) != -1;
var Ver = navigator.appVersion.indexOf("MSIE 5", 0) != -1;
var NN = navigator.userAgent.indexOf("Netscape") != -1;
if(Win && IE && Ver){
	document.write(
		'<style type="text/css">}'
		+'div#top{width: 802px;'
		+'div.backimg{background:none;}'
		+'h1.about_h1 , h1.ir_h1 , h1.products_h1_index , h1.product_indexh1 , h1.products_h1 , h1.newsitems_h1 , h1.sitemap_h1 , h1.contact_h1{background:none;width:auto;}'
		+'</style>'
	)
}else if(NN){
	document.write(
		'<style type="text/css">}'
		+'div#footer ul{margin-right:;}'
		+'p#copyRight{float: none;padding:2px;margin-left:480px;}'
		+'</style>'
	)
	document.write('<link rel="stylesheet" href="/common/css/print2.css" type="text/css" media="print" title="" charset="utf-8">')
}else{
	document.write('<link rel="stylesheet" href="/common/css/print2.css" type="text/css" media="print" title="" charset="utf-8">')
}
