 function title()
{
 var str = "<center>"+ 
"<table width=780 border=0 cellspacing=0 cellpadding=0 align=center>"+
"  <tr>"+
"    <td>"+
"      <table width=100% border=0 cellspacing=0 cellpadding=0>"+
"        <tr>"+
"          <td width=225><img src=../images/logo.gif width=225 height=77></td>"+
"          <td width=406 background=../images/title-table-bg1.gif>"+
"            <div align=center><object><param name=movie value=../image/banner.swf><PARAM NAME=menu VALUE=false><param name=quality value=high><embed src=../image/banner.swf width=398 height=60></embed></object></div>"+
"          </td>"+
"          <td background=../images/title-table-bg2.gif>"+
"            <div align=center><a href=http://www.dejia.net/computer/djpc.htm target=_blank><img src=../images/pc3t-banner.gif width=136 height=60 border=0 alt=社区电脑医院></a></div>"+
"          </td>"+
"        </tr>"+
"      </table>"+
"    </td>"+
"  </tr>"+
"  <tr> "+
"    <td background=../images/title-line-bg.gif>"+
"      <table width=100% border=0 cellspacing=0 cellpadding=0>"+
"        <tr>"+
"          <td width=29><img src=../images/title-line-left.gif width=29 height=20></td>"+
"          <td>"+
"            <div align=center><a href=../index.htm><img src=../images/home.gif width=41 height=13 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../about/index.htm><img src=../images/menu-1.gif width=51 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../quwu/index.htm><img src=../images/menu-2.gif width=50 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../shopping/index.htm><img src=../images/menu-3.gif width=50 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../health/index.htm><img src=../images/menu-4.gif width=50 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../tour/index.htm><img src=../images/menu-5.gif width=63 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../homemaking/index.htm><img src=../images/menu-6.gif width=50 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../computer/index.htm><img src=../images/menu-7.gif width=49 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../education/index.htm><img src=../images/menu-8.gif width=51 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../bbs  target=_blank><img src=../images/menu-9.gif width=51 height=12 border=0></a><img src=../images/menu-line.gif width=1 height=13 hspace=7><a href=../fangkong/index.htm><img src=../image/fangkong.gif width=51 height=12 border=0></a></div>"+
"          </td>"+
"          <td width=29><img src=../images/title-line-right.gif width=29 height=20></td>"+
"        </tr>"+
"      </table>"+
"    </td>"+
"  </tr>"+
"</table>"+
	"</center>";

   document.writeln(str);
}
	

 function copy()
{
 var str = "<center>"+ 
"<table width=100% border=0 cellspacing=0 cellpadding=0>"+
"              <tr>"+
"                <td><img src=../image/line-1.gif width=613 height=1 vspace=5></td>"+
"              </tr>"+
"              <tr>"+
"                <td class=cc>建议使用最佳分辨率800*600 IE5.0 <br>"+
"                  版权所有：德加社区2002-2005 技术支持:浙大求是<br>"+
"                  <br>"+
"                </td>"+
"              </tr>"+
"            </table>"+
	"</center>";

   document.writeln(str);
}