document.writeln("<script language=\"javascript\"><!--");
document.writeln("menuItems = new Array();");
document.writeln("menuItemNum = 0;");
document.writeln("function addMenuItem(text, url, img){");
document.writeln("  if(img) menuItems[menuItemNum] = new Array(text, url, img);");
document.writeln("  else if(text) menuItems[menuItemNum] = new Array(text, url);");
document.writeln("  else menuItems[menuItemNum] = new Array();");
document.writeln("  menuItemNum++;");
document.writeln("}");
document.writeln("menuWidth = 146; \/\/menu width");
document.writeln("menuHeight = 18; \/\/menu height");
document.writeln("menuDelay = 50; \/\/delay before menu appears");
document.writeln("menuSpeed = 8; \/\/speed which menu appears (lower=faster)");
document.writeln("menuOffset = 2; \/\/offset of menu from mouse pointer");
document.writeln("");
document.writeln("addMenuItem(\"<center>欢迎光临好山西特产网<\/center>\",\"http:\/\/www.haosx.cn\");");
document.writeln("");
document.writeln("if(window.navigator.appName == \"Microsoft Internet Explorer\" && window.navigator.appVersion.substring(window.navigator.appVersion.indexOf(\"MSIE\") + 5, window.navigator.appVersion.indexOf(\"MSIE\") + 8) >= 5.5)");
document.writeln("  isIe = 1;");
document.writeln("else");
document.writeln("  isIe = 0;");
document.writeln("if(isIe){");
document.writeln("  menuContent = \'<table id=\"rightMenu\" width=\"0\" height=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"font:menu;color:menutext;\"><tr height=\"1\"><td style=\"background:threedlightshadow\" colspan=\"4\"><\/td><td style=\"background:threeddarkshadow\"><\/td><\/tr><tr height=\"1\"><td style=\"background:threedlightshadow\"><\/td><td style=\"background:threedhighlight\" colspan=\"2\"><\/td><td style=\"background:threedshadow\"><\/td><td style=\"background:threeddarkshadow\"><\/td><\/tr><tr height=\"10\"><td style=\"background:threedlightshadow\"><\/td><td style=\"background:threedhighlight\"><\/td><td style=\"background:threedface\"><table cellspacing=\"0\" cellpadding=\"0\" nowrap style=\"font:menu;color:menutext;cursor:default;\">\';");
document.writeln("  for(m=0;m<menuItems.length;m++){");
document.writeln("   if(menuItems[m][0] && menuItems[m][2])");
document.writeln("    menuContent += \'<tr height=\"17\" onMouseOver=\"this.style.background=\\\'highlight\\\';this.style.color=\\\'highlighttext\\\';\" onMouseOut=\"this.style.background=\\\'threedface\\\';this.style.color=\\\'menutext\\\';\" onClick=\"parent.window.location.href=\\\'\' + menuItems[m][1] + \'\\\'\"><td style=\"background:threedface\" width=\"1\" nowrap><\/td><td width=\"21\" nowrap><img src=\"\' + menuItems[m][2] + \'\"><\/td><td nowrap>\' + menuItems[m][0] + \'<\/td><td width=\"21\" nowrap><\/td><td style=\"background:threedface\" width=\"1\" nowrap><\/td><\/tr>\';");
document.writeln("   else if(menuItems[m][0])");
document.writeln("    menuContent += \'<tr height=\"17\" onMouseOver=\"this.style.background=\\\'highlight\\\';this.style.color=\\\'highlighttext\\\';\" onMouseOut=\"this.style.background=\\\'threedface\\\';this.style.color=\\\'menutext\\\';\" onClick=\"parent.window.location.href=\\\'\' + menuItems[m][1] + \'\\\'\"><td style=\"background:threedface\" width=\"1\" nowrap><\/td><td width=\"21\" nowrap><\/td><td nowrap>\' + menuItems[m][0] + \'<\/td><td width=\"21\" nowrap><\/td><td style=\"background:threedface\" width=\"1\" nowrap><\/td><\/tr>\';");
document.writeln("   else");
document.writeln("    menuContent += \'<tr><td colspan=\"5\" height=\"4\"><\/td><\/tr><tr><td colspan=\"5\"><table cellspacing=\"0\"><tr><td width=\"2\" height=\"1\"><\/td><td width=\"0\" height=\"1\" style=\"background:threedshadow\"><\/td><td width=\"2\" height=\"1\"><\/td><\/tr><tr><td width=\"2\" height=\"1\"><\/td><td width=\"100%\" height=\"1\" style=\"background:threedhighlight\"><\/td><td width=\"2\" height=\"1\"><\/td><\/tr><\/table><\/td><\/tr><tr><td colspan=\"5\" height=\"3\"><\/td><\/tr>\';");
document.writeln("  }");
document.writeln("  menuContent += \'<\/table><\/td><td style=\"background:threedshadow\"><\/td><td style=\"background:threeddarkshadow\"><\/td><\/tr><tr height=\"1\"><td style=\"background:threedlightshadow\"><\/td><td style=\"background:threedhighlight\"><\/td><td style=\"background:threedface\"><\/td><td style=\"background:threedshadow\"><\/td><td style=\"background:threeddarkshadow\"><\/td><\/tr><tr height=\"1\"><td style=\"background:threedlightshadow\"><\/td><td style=\"background:threedshadow\" colspan=\"3\"><\/td><td style=\"background:threeddarkshadow\"><\/td><\/tr><tr height=\"1\"><td style=\"background:threeddarkshadow\" colspan=\"5\"><\/td><\/tr><\/table>\';");
document.writeln("  menuPopup = window.createPopup();");
document.writeln("  menuPopup.document.body.innerHTML = menuContent;");
document.writeln("}");
document.writeln("function showMenu(){");
document.writeln("  menuXPos = event.clientX + menuOffset;");
document.writeln("  menuYPos = event.clientY + menuOffset;");
document.writeln("  menuXIncrement = menuWidth \/ menuSpeed;");
document.writeln("  menuYIncrement = menuHeight \/ menuSpeed;");
document.writeln("  menuTimer = setTimeout(\"openMenu(0,0)\", menuDelay);");
document.writeln("  return false;");
document.writeln("}");
document.writeln("function openMenu(height, width){");
document.writeln("  iHeight = height;");
document.writeln("  iWidth = width;");
document.writeln("  menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, document.body);");
document.writeln("  if(iHeight < menuHeight)");
document.writeln("   menuTimer = setTimeout(\"openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)\", 1);");
document.writeln("  else");
document.writeln("   clearTimeout(menuTimer);");
document.writeln("}");
document.writeln("if(isIe) document.oncontextmenu = showMenu;");
document.writeln("\/\/--><\/script> ");
document.writeln("");
document.writeln("<noscript> ");
document.writeln("<iframe src=*><\/iframe> ");
document.writeln("<\/noscript> ")