document.writeln("<tr>");        
document.writeln("<th align=center scope=row><table width=920 border=0 cellspacing=0 cellpadding=0>");
document.writeln("<tr>");
document.writeln("<td width=20 align=left valign=top scope=col>&nbsp;</td>");
document.writeln("<th align=center valign=top scope=col><table width=100% height=109 border=0 cellpadding=0 cellspacing=1 bgcolor=#e2e2e2 class=boxline4>");
document.writeln("<tr>");
document.writeln("<td width=888 align=right bgcolor=#FFFFFF scope=col><table width=865 border=0 cellpadding=0 cellspacing=0>");
document.writeln("<tr>");
document.writeln("<td width=104 scope=col><a href=http://www.bizbc.net/content/bucheon_introduce.html><img src=/images/local/ec/bizbc/bottom_m01.jpg width=104 height=31 border=0></a></td>");
document.writeln("<td width=102 scope=col><a href=http://www.bizbc.net/content/howtouse.html><img src=/images/local/ec/bizbc/bottom_m02.jpg width=102 height=31 border=0></a></td>");
document.writeln("<td width=104 scope=col><a href=http://www.bizbc.net/content/guide_contact.html><img src=/images/local/ec/bizbc/bottom_m03.jpg width=104 height=31 border=0></a></td>");
document.writeln("<td width=573 align=center scope=col><span class=style3>Welcome Questions, Comments, Suggestions about <a href='http://www.bizbc.net/'>BIZBC.net</a>. <a href='http://www.bizbc.net/content/guide_contact.html'>Click here</a>. </span></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</tr>");
document.writeln("</table></th>");
document.writeln("</tr>");
document.writeln("</table></th>");
document.writeln("<td scope=row>&nbsp;</td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td height=30 align=center scope=row><span class=style3>Copyright¨Ï 2005 Bucheon Industry Promotion Foundation. All rights reserved.</span></td>");
document.writeln("<td scope=row>&nbsp;</td>");
document.writeln("</tr>");
 
function SelectPreOption ( SelectFormName, SelectedValue )
{
   for ( var i=0; i < SelectFormName.options.length; ++i )
   {
      if ( SelectFormName.options[i].value == SelectedValue )
      {
         SelectFormName.options[i].selected = true;
         break;
      }
   }
} 

