<!-- Begin
var ddd=0;
function keyDown(e)
{
	if (ie4) {var keycode=event.keyCode;}
	if (ns4) {var keycode=e.which;}
	if (keycode==17)
	{
		ddd=keycode;
		return false;
	}
	if ((ddd==17)&&(keycode==78))
	{
		return false;
	}	
} 
function keyUp(e)
{
	if (ie4) {var keycode=event.keyCode;}
	if (ns4) {var keycode=e.which;}
	if (keycode==17)
	{
		ddd=keycode;
		return false;
	}
	if ((ddd==17)&&(keycode==78))
	{
		return false;
	}
}


document.write("<style>");
document.write("<!--");
document.write(".skin0 {font-size:9pt;position:absolute;text-align:left;width:120px;border:2px solid black;background-color:menu;line-height:20px;cursor:default;z-index:99;visibility:hidden;}");
document.write(".skin1 {cursor:default;font:menutext;position:absolute;text-align:left;font-size:9pt;width:108px;background-color:menu;border:1 solid buttonface;visibility:hidden;z-index:99;border:2 outset buttonhighlight;}");
document.write(".menuitems {font-size:9pt;padding-top:3px;padding-BOTTOM:2px;padding-left:15px;padding-right:10px;}");
document.write("");
document.write(".p9 { font-size: 9pt; color: #000000}");
document.write("-->");
document.write("</style>");

var menuskin = "skin1"; // skin0, or skin1
var display_url = 0; // Show URLs in status bar?
function showmenuie5()
{
	var rightedge = document.body.clientWidth-event.clientX;
	var bottomedge = document.body.clientHeight-event.clientY;
	if (rightedge < ie5menu.offsetWidth)
	{
		ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
	}
	else
	{
		ie5menu.style.left = document.body.scrollLeft + event.clientX;
	}
	if (bottomedge < ie5menu.offsetHeight)
	{
		ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
	}
	else
	{
		ie5menu.style.top = document.body.scrollTop + event.clientY;
	}
	ie5menu.style.visibility = "visible";
	return false;
}
function hidemenuie5()
{
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "highlight";
event.srcElement.style.color = "white";
if (display_url)
window.status = event.srcElement.url;
   }
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "";
event.srcElement.style.color = "black";
window.status = "";
   }
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url,'','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=yes,resizable=0,width="100%",height="100%",left=0,top=0');
else
window.location = event.srcElement.url;
   }
}


document.write("<div id=ie5menu class=skin0 onMouseover=highlightie5() onMouseout=lowlightie5() onClick=jumptoie5()>");
document.write("<div class=menuitems url=/jc2005/twtype.asp>精彩图文(J)</div>");
document.write("<div class=menuitems url=/flash/>FlashMTV(X)</div>");
document.write("<div class=menuitems url=/jc2005/twtype.asp?lx=4>祝福大全(F)</div>");
document.write("<table border=0 cellspacing=0 cellpadding=0 align=center width=100% ><tr><td height=2></td></tr><tr><td height=1 bgcolor=#999999></td></tr><tr><td height=1 bgcolor=#EEEEEE></td></tr><tr><td height=3></td></tr></table>");
document.write("<div class=menuitems url=/wenxue/index.htm>文学频道(Z)</div>");
document.write("<div class=menuitems url=/jcwy>网页欣赏(W)</div>");
document.write("<table border=0 cellspacing=0 cellpadding=0 align=center width=100% ><tr><td height=2></td></tr><tr><td height=1 bgcolor=#999999></td></tr><tr><td height=1 bgcolor=#EEEEEE></td></tr><tr><td height=3></td></tr></table>");
document.write("<div class=menuitems url=/jc2005/twtype.asp?lx=b>星运桃花(X)</div>");
document.write("<div class=menuitems url=/>首　　页(S)</div>");
document.write("</div>");


if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;

function killErrors(){
return true;
}

window.onerror = killErrors;
}
//  End -->


