var chkspec = "/special/";
var chkspecmain = "/special/special.html";
var chkcm = "/cm/";
var chkcmmain = "/cm/cm.html";
var chat2=path.indexOf(chkspec);
var chat3=path.indexOf(chkspecmain);
var chat4=path.indexOf(chkcm);
var chat5=path.indexOf(chkcmmain);
var cpath = "";
if ((chat2!=-1) || (chat4!=-1))
{
	if (chat3!=-1)
	{
	}
	else
	{
		if (chat5==-1)
		{
			cpath="../";
		}
	}
}



document.write ("<table width=760 border=0 cellspacing=0 cellpadding=0 bgcolor=#000000 height=15>");
document.write ("<tr>");
document.write ("<td width=589 align=left>");
document.write ("<table width=100% border=0 cellpadding=0 cellspacing=0 height=15>");
document.write ("<tr align=center>");
document.write ("<td width=398 align=left><img src=" + cpath + "../../pic/net.gif width=253 height=12></td>");
document.write ("<td>&nbsp;</td>");
document.write ("</tr>");
document.write ("</table>");
document.write ("</td>");
document.write ("<td width=7><img src=" + cpath + "../../pic/pic_l.gif width=7 height=12></td>");
document.write ("<td width=78 align=center><a href=" + cpath + "../main/main.html onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('base5','','" + cpath + "../../pic/menu_main_r.gif',1)><img src='" + cpath + "../../pic/menu_main.gif' width=59 height=12 border=0 name=base5></a></td>");
//document.write ("<td width=7><img src=" + cpath + "../../pic/pic_l.gif width=7 height=12></td>");
//document.write ("<td width=99 align=center><a href=" + cpath + "../msgb/message.html onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('base6','','" + cpath + "../../pic/menu_mess_r.gif',1)><img src='" + cpath + "../../pic/menu_mess.gif' width=84 height=12 border=0 name='base6'></a></td>");
//document.write ("<td width=7><img src=" + cpath + "../../pic/pic_l.gif width=7 height=12></td>"); 
//document.write ("<td width=88 align=center><a href=" + cpath + "../chatroom/main.jsp onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('base7','','" + cpath + "../../pic/menu_chat_r.gif',1)><img src='" + cpath + "../../pic/menu_chat.gif' width=55 height=12 border=0 name='base7'></a></td>");
document.write ("<td width=7><img src=" + cpath + "../../pic/pic_l.gif width=7 height=12></td>");
document.write ("<td width=79 align=center><a href=mailto:kc913@netvigator.com onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('base8','','" + cpath + "../../pic/menu_mail_r.gif',1)><img src='" + cpath + "../../pic/menu_mail.gif' width=50 height=12 border=0 name='base8'></a></td>");
document.write ("</tr>");
document.write ("</table>");
