// JavaScript Document
<!-- 左隐藏菜单开始 -->
function move(x, y) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.pixelTop  += y;}
else
if (document.layers) {
document.object1.left += x;
document.object1.top  += y;
}};

function position() {
document.object1.left += -200;
document.object1.top  += 0;
document.object1.visibility = "show"
};

function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+100}
else {eval('document.object1.top=eval(window.pageYOffset+20)');}
setTimeout("makeStatic()",0);}
<!-- 左隐藏菜单结束 -->

<!-- 左隐藏菜单BIG -->
document.writeln("<layer class=\"NS\" onmouseover=\"move(580,0)\" onmouseout=\"move(-580, 0)\" top=\"20\" visibility=\"hide\" name=\"object1\" left=\"0\">")
if (document.all)
document.write('<DIV ID="object1" style="Position : Absolute ;Left : -125px ;Top : 20px ;Width : 0px ;Z-Index : 20">')

document.writeln("<table onmouseover=\"move(120,0)\" onmouseout=\"move(-120, 0)\" cellspacing=\"1\" cellpadding=\"2\" border=\"0\">");
document.writeln("		<tr>");
document.writeln("			<td>");
document.writeln("			<style type=\"text\/css\">BODY {");
document.writeln("	MARGIN: 0px");
document.writeln("}");
document.writeln("<\/style>");
document.writeln("			<table cellspacing=\"0\" cellpadding=\"0\" width=\"118\" align=\"center\" border=\"0\">");
document.writeln("				<tr>");
document.writeln("					<td>");
document.writeln("					<img height=\"160\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_01.jpg\" width=\"118\" border=\"0\" name=\"servicepic_01\"><\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr>");
document.writeln("					<td>");
document.writeln("					<table cellspacing=\"0\" cellpadding=\"0\" width=\"118\" align=\"left\" border=\"0\">");
document.writeln("						<tr>");
document.writeln("							<td background=\"non-bin\/images\/zh-cn\/qooer\/servicepic_02.jpg\">");
document.writeln("							<img height=\"25\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_02.jpg\" width=\"14\" border=\"0\" name=\"servicepic_02\"><\/td>");
document.writeln("							<td align=\"middle\" width=\"89\" bgcolor=\"#f8f6f7\" height=\"25\">");
document.writeln("							<a target=\"blank\" href=\"tencent:\/\/message\/?uin=394029585&Site=名品皮具批发网&Menu=yes\">");
document.writeln("							<img border=\"0\" src=\"http:\/\/wpa.qq.com\/pa?p=1:394029585:8\" alt=\"联系店主\"><\/a><\/td>");
document.writeln("							<td background=\"non-bin\/images\/zh-cn\/qooer\/servicepic_04.jpg\">");
document.writeln("							<img height=\"25\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_04.jpg\" width=\"15\" border=\"0\" name=\"servicepic_04\"><\/td>");
document.writeln("						<\/tr>");
document.writeln("					<\/table>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr>");
document.writeln("					<td>");
document.writeln("					<img height=\"17\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_05.jpg\" width=\"118\" border=\"0\" name=\"servicepic_05\"><\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr>");
document.writeln("					<td>");
document.writeln("					<table cellspacing=\"0\" cellpadding=\"0\" width=\"118\" align=\"left\" border=\"0\">");
document.writeln("						<tr>");
document.writeln("							<td background=\"non-bin\/images\/zh-cn\/qooer\/servicepic_06.jpg\">");
document.writeln("							<img height=\"24\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_06.jpg\" width=\"14\" border=\"0\" name=\"servicepic_06\"><\/td>");
document.writeln("							<td align=\"middle\" width=\"89\" bgcolor=\"#f8f6f7\" height=\"24\">");
document.writeln("							</a><a href=\"msnim:chat?contact=cxqhs@hotmail.com\">");
document.writeln("							<img alt=\"点击这里给我发消息\" src=\"non-bin\/images\/zh-cn\/qooer\/offline.gif\" border=\"0\"><\/a><\/td>");
document.writeln("							<td background=\"non-bin\/images\/zh-cn\/qooer\/servicepic_08.jpg\">");
document.writeln("							<img height=\"24\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_08.jpg\" width=\"15\" border=\"0\" name=\"servicepic_08\"><\/td>");
document.writeln("						<\/tr>");
document.writeln("						<tr>");
document.writeln("							<td background=\"non-bin\/images\/zh-cn\/qooer\/servicepic_06.jpg\">　<\/td>");
document.writeln("							<td align=\"middle\" bgcolor=\"#f8f6f7\" height=\"35\">");
document.writeln("							<table cellspacing=\"1\" cellpadding=\"2\" width=\"88%\" align=\"center\" bgcolor=\"#ffa800\" border=\"0\">");
document.writeln("								<tr>");
document.writeln("									<td align=\"middle\" bgcolor=\"#ffffff\">");
document.writeln("									<a href=\"gbook\" target=\"_blank\">");
document.writeln("									<span style=\"font-size: 9pt\">站点留言簿<\/span><\/a><\/td>");
document.writeln("								<\/tr>");
document.writeln("							<\/table>");
document.writeln("							<\/td>");
document.writeln("							<td background=\"non-bin\/images\/zh-cn\/qooer\/servicepic_08.jpg\">　<\/td>");
document.writeln("						<\/tr>");
document.writeln("					<\/table>");
document.writeln("					<\/td>");
document.writeln("				<\/tr>");
document.writeln("				<tr>");
document.writeln("					<td>");
document.writeln("					<img height=\"22\" alt=\"\" src=\"non-bin\/images\/zh-cn\/qooer\/servicepic_09.jpg\" width=\"118\" border=\"0\" name=\"servicepic_09\"><\/td>");
document.writeln("				<\/tr>");
document.writeln("			<\/table>");
document.writeln("			<\/td>");
document.writeln("			<td valign=\"top\" align=\"middle\" width=\"12\" rowspan=\"100\">");
document.writeln("			<img height=\"109\" src=\"non-bin\/images\/zh-cn\/qooer\/kefu.gif\" width=\"20\"> <\/td>");
document.writeln("		<\/tr>")

<!--
if (document.all||document.layers)
makeStatic();

if (document.layers) {
window.onload=position;
}

var sitems=new Array();
var sitemlinks=new Array();

function hl(n) {
n.className='hl'}
function n(h) {
h.className='n'}
//-->
document.writeln("<\/table>")

if (document.all)
document.write('<\/DIV>')

document.writeln("<\/layer>")
<!-- 左隐藏菜单END -->
