document.write ('<style type="text/css" media="tv,screen">');
document.write ('<!--');
document.write ('a:hover img{ opacity:0.7; filter:alpha(opacity=70);}');
document.write ('a.autoSwapImg:hover img{ opacity:1.0; filter:alpha(opacity=100);}');
document.write ('#home #container #cnav a:hover {opacity:0.7;filter:alpha(opacity=70);}');
document.write ('-->');
document.write ('</style>');
document.write ('<style type="text/css" media="print">');
document.write ('<!--');
document.write ('body{ zoom:100% !important; zoom:80%;}');
document.write ('-->');
document.write ('</style>');

function ShowCBox( boxid ) {
   var target = document.getElementById(boxid);
   if( target.style.display != "block" ) {
      target.style.display = "block";
   }
   else {
      target.style.display = "";
   }
}

function cnt() {
   window.open('https://www.fm3121.com/sfkk/index.cgi','contact','width=535,height=600,left=0,top=0,scrollbars=1');
}

