function openURL(url)
{
	if (url != 0)
	{
		window.open(url);
	}
}

document.writeln("<div id=\"DivSearchLinks\">");
document.writeln("      <div class=\"DivSubTitle\">实用查询<\/div>");
document.writeln("      <div class=\"DivContentsLists\">");
document.writeln("	  <div style=\"padding-left:20px;\">中国专利<\/div>");
document.writeln("		<div style=\"padding-left:40px;\">");
document.writeln("				<select onChange=\"openURL(this.value);\">");
document.writeln("				  <option value=\"0\" selected=\"selected\">请选择<\/option>");
document.writeln("				  <option value=\"http:\/\/www.sipo.gov.cn\/sipo2008\/zljs\/\">专利检索<\/option>");
document.writeln("						  <option value=\"http:\/\/search.sipo.gov.cn\/sipo\/zljs\/searchflzt.jsp\">法律状态<\/option>");
document.writeln("						  <option value=\"http:\/\/app.sipo.gov.cn:8080\/sipo2008\/searchfee\/searchfee.jsp\">收费信息<\/option>");
document.writeln("						  <option value=\"http:\/\/app.sipo.gov.cn:8080\/sipo2008\/sipoagency\/AgencyList.jsp\">专利代理机构查询<\/option>");
document.writeln("						  <option value=\"http:\/\/www.dgstb.gov.cn\/puboptioncfiles\/business\/htmlfiles\/dgkj\/pzscq\/200809\/110998.htm\">东莞指定专利机构<\/option>");
document.writeln("				<\/select>");
document.writeln("        <\/div>");
document.writeln("");
document.writeln("        <div style=\"padding-left:20px;\">商标查询<\/div>");
document.writeln("		<div style=\"padding-left:40px;\">");
document.writeln("			<select name=\"select\" onChange=\"openURL(this.value);\">");
document.writeln("			  <option value=\"0\" selected=\"selected\">请选择<\/option>");
document.writeln("			  <option value=\"http:\/\/www.sipo.gov.cn\/sipo2008\/zljs\/\">专利检索<\/option>");
document.writeln("					  <option value=\"http:\/\/search.sipo.gov.cn\/sipo\/zljs\/searchflzt.jsp\">法律状态<\/option>");
document.writeln("					  <option value=\"http:\/\/app.sipo.gov.cn:8080\/sipo2008\/searchfee\/searchfee.jsp\">收费信息<\/option>");
document.writeln("					  <option value=\"http:\/\/app.sipo.gov.cn:8080\/sipo2008\/sipoagency\/AgencyList.jsp\">专利代理机构查询<\/option>");
document.writeln("					  <option value=\"http:\/\/www.dgstb.gov.cn\/puboptioncfiles\/business\/htmlfiles\/dgkj\/pzscq\/200809\/110998.htm\">东莞指定专利机构<\/option>");
document.writeln("		  <\/select>");
document.writeln("		<\/div>");
document.writeln("");
document.writeln("        <div style=\"padding-left:20px;\">涉外检索<\/div>");
document.writeln("		<div style=\"padding-left:40px;\">");
document.writeln("			<select name=\"select2\" onChange=\"openURL(this.value);\">");
document.writeln("				<option value=\"0\" selected=\"selected\">请选择<\/option>");
document.writeln("				<option value=\"http:\/\/patft.uspto.gov\/\">美国专利商标检索<\/option>");
document.writeln("				<option value=\"http:\/\/www.jpo.go.jp\/quick_e\/index_search.htm\">日本专利商标查询<\/option>");
document.writeln("				<option value=\"http:\/\/ep.espacenet.com\/\">欧盟专利商标查询<\/option>");
document.writeln("				<option value=\"http:\/\/www.deutsches-patentamt.de\/suche\/patentdatenbanken.html\">德国专利商标查询<\/option>");
document.writeln("				<option value=\"http:\/\/ipsearch.ipd.gov.hk\/index.html\">香港专利商标查询<\/option>");
document.writeln("				<option value=\"http:\/\/ipsearch.ipd.gov.hk\/index.html\">WIPO专利查询<\/option>");
document.writeln("			<\/select>");
document.writeln("        <\/div>");
document.writeln("");
document.writeln("        <div style=\"padding-left:20px;\">品牌查询<\/div>");
document.writeln("		<div style=\"padding-left:40px;\">");
document.writeln("			<select name=\"select3\" onChange=\"openURL(this.value);\">");
document.writeln("			  <option value=\"0\" selected=\"selected\">请选择<\/option>");
document.writeln("			  <option value=\"http:\/\/www.chinamp.org\/index.php\">品牌查询<\/option>");
document.writeln("			<\/select>");
document.writeln("		<\/div>");
document.writeln("");
document.writeln("    <\/div>      ");
document.writeln("    <\/div>");
