 document.write('<style type="text/css">'); document.write('<!--'); document.write('select {  vertical-align: middle}');  	var agent = navigator.userAgent ;	var appve = navigator.appVersion ;	var appna = navigator.appName ;	var userOs = null ;	var browser = null ;	var version = null ;	if ( agent.indexOf('Win') != -1 )	{		userOs = "Win";	}	else if ( agent.indexOf('Mac') != -1 )	{		userOs = "Mac" ;	}	else	{		userOs = "Other" ;	}	if ( agent.indexOf('Opera') != -1 )	{		browser = "OPERA";		version = agent.substring((agent.indexOf('Opera') + 6),(agent.indexOf('Opera') + 7)) ;	}	else if ( appna == "Microsoft Internet Explorer" )	{		browser = "MSIE";		version = agent.substring((agent.indexOf('MSIE') + 5),(agent.indexOf('MSIE') + 8)) ;	}	else if ( appna == "Netscape" )	{		browser = "NN";		version = appve.substring( 0,1 ) ;	}	if ( userOs == "Win" && ( browser == "MSIE" && version >= 5 ))	{ document.write('body,td {  font-size:12px;line-height:18px;font-family:"ＭＳ　Ｐゴシック";}'); document.write('input{  border: 1 solid #000000; "}'); document.write('puldown{ margin: 0; padding: 0; border-width: 1; height: 89; width: 14; background-color: #d1d1d1; ]');	}	else if ( userOs == "Win" && ( browser == "NN" && version == 4 ))	{ document.write('body,td {  font-size:12px;font-family:"ＭＳ　Ｐゴシック"; }'); document.write('.caption {  font-size: 10px; color: #666666}')	}	else if ( userOs == "Win" && ( browser == "OPERA" && version >= 6 ))	{ document.write('body,td {  font-size:12px;font-family:"ＭＳ　Ｐゴシック"; }'); document.write('.caption {  font-size: 10px; color: #666666}')	}	else if ( userOs == "Win" )	{ document.write('body,td {  font-size:11px; }'); document.write('.caption {  font-size: 9px; color: #666666}');	}	else if ( userOs == "Mac" && ( browser == "MSIE" && version >= 5 ))	{ document.write('body,td {  font-size:10px;line-height:15px;font-family:"Osaka, ＭＳ　Ｐゴシック";}'); document.write('input{  border: 1 solid #000000;"}'); document.write('.caption {  font-size: 9px; color: #666666}');	}	else if ( userOs == "Mac" && ( browser == "NN" && version == 4 ))	{ document.write('body,td {  font-size: 9px;font-family:"Osaka, ＭＳ　Ｐゴシック";}'); document.write('.caption {  font-size: 9px; color: #666666}');	}	else if ( userOs == "Mac" )	{ document.write('body,td {  font-size:9px;font-family:"Osaka, ＭＳ　Ｐゴシック";}'); document.write('.caption {  font-size: 9px; color: #666666}');	}	else	{ document.write('body,td {  font-size:9px; }'); document.write('.caption {  font-size: 9px; color: #666666}');	} document.write( 'body {  background-image:url(/img/bg.gif); background-repeat: repeat-y}' ) document.write('a { color:#000066 }'); document.write('a:hover { color:#006699;text-decoration:none }'); document.write('a:visited { color:#000066; }'); document.write('-->'); document.write('</style>');function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}function MM_openBrWindow(theURL,winName,features) {  window.open(theURL,winName,features);}function MyFunc () {	num = document.MyFrm.MyST.selectedIndex	MyURL = document.MyFrm.MyST[num].value	if (MyURL != null) {		open (MyURL)	}}