if (document.images){
	slImg = new Array(8);
	unImg = new Array(8);
	
	slImg[1] = new Image(49,23);
	slImg[1].src = "img/hd0102.gif";
	slImg[2] = new Image(165,23);
	slImg[2].src = "img/hd0202.gif";
	slImg[3] = new Image(195,23);
	slImg[3].src = "img/hd0302.gif";
	slImg[4] = new Image(150,23);
	slImg[4].src = "img/hd0402.gif";
	slImg[5] = new Image(90,23);
	slImg[5].src = "img/hd0502.gif";
	slImg[6] = new Image(130,23);
	slImg[6].src = "img/hd0602.gif";
	
	unImg[1] = new Image(49,23);
	unImg[1].src = "img/hd0101.gif";
	unImg[2] = new Image(165,23);
	unImg[2].src = "img/hd0201.gif";
	unImg[3] = new Image(195,23);
	unImg[3].src = "img/hd0301.gif";
	unImg[4] = new Image(150,23);
	unImg[4].src = "img/hd0401.gif";
	unImg[5] = new Image(90,23);
	unImg[5].src = "img/hd0501.gif";
	unImg[6] = new Image(130,23);
	unImg[6].src = "img/hd0601.gif";
	
	onImg = new Image(13,13);
	onImg.src = "img/tri-p.gif";
	offImg = new Image(13,13);
	offImg.src = "img/tri-g.gif";
}



var vNum=navigator.appVersion.charAt(0);
var bName=navigator.appName.charAt(0);

document.writeln("<style type='text/css'><!--");

if(navigator.appVersion.indexOf("Mac")> -1){
	document.writeln(".ret{font-size:4px;line-height:0.8;}");
	document.writeln(".j9{font-size:8px;line-height:1.3;}");
	document.writeln(".j10{font-size:9px;line-height:1.3;}");
	document.writeln(".j11{font-size:10px;line-height:1.3;}");
	document.writeln(".j12{font-size:11px;line-height:1.3;letter-spacing:1px;}");
	document.writeln(".j13{font-size:12px;line-height:1.3;letter-spacing:1px;}");
	document.writeln(".j13c{font-size:12px;line-height:1.3;COLOR: #3a4796;letter-spacing:1px;}");
	document.writeln(".j14{font-size:13px;line-height:1;letter-spacing:1px;}");
	document.writeln(".j15{font-size:14px;line-height:1.3;letter-spacing:1px;}");
	document.writeln(".j15-2{font-size:14px;line-height:2;letter-spacing:1px;}");
	document.writeln(".j16{font-size:15px;line-height:1.3;letter-spacing:2px;}");
	document.writeln(".j17{font-size:16px;line-height:1.3;letter-spacing:2px;}");
	document.writeln(".j18{font-size:17px;line-height:1.3;letter-spacing:2px;}");
	document.writeln(".j18qa{font-size:17px;line-height:1;letter-spacing:2px;color:#ffffff;font-weight:bold;}");
}
else{
	document.writeln(".ret{font-size:5px;line-height:0.8;}");
	document.writeln(".j9{font-size:9px;line-height:1.3;}");
	document.writeln(".j10{font-size:10px;line-height:1.3;letter-spacing:0px;}");
	document.writeln(".j11{font-size:11px;line-height:1.3;}");
	document.writeln(".j12{font-size:12px;line-height:1.3;letter-spacing:1px;}");
	document.writeln(".j13{font-size:13px;line-height:1.3;letter-spacing:1px;}");
	document.writeln(".j13c{font-size:13px;line-height:1.3;COLOR: #3a4796;letter-spacing:1px;}");
	document.writeln(".j14{font-size:14px;line-height:1;letter-spacing:1px;}");
	document.writeln(".j15{font-size:15px;line-height:1.3;letter-spacing:1px;}");
	document.writeln(".j15-2{font-size:15px;line-height:2;letter-spacing:1px;}");
	document.writeln(".j16{font-size:16px;line-height:1.3;letter-spacing:2px;}");
	document.writeln(".j17{font-size:17px;line-height:1.3;letter-spacing:2px;}");
	document.writeln(".j18{font-size:18px;line-height:1.3;letter-spacing:2px;}");
	document.writeln(".j18qa{font-size:18px;line-height:1;letter-spacing:2px;color:#ffffff;font-weight:bold;}");
}
document.writeln("--></style>");

function openWin(url,winname,width,height,left,top,toolbar,location,directories,status,menubar,scrollbars,resizable){
	cw=window.open(url,winname,"width="+width+",height="+height+",left="+left+",top="+top+",toolbar="+toolbar+",location="+location+",directories="+directories+",status="+status+",menubar="+menubar+",scrollbars="+scrollbars+",resizable="+resizable);
	cw.resizeTo(width,height);
	cw.focus();
	//openWin("popup.html","pop",400,300,1,0,0,0,0,1,1,1,1)
}




