﻿// JavaScript Document
var NameC="卫生部国际交流与合作中心";
var NameE="";
var address="北京市西城区车公庄大街9号五栋大楼B3座702";
var post="100044";
var tel="010-88393919";
var fax="";
var email="jzcg@ihecc.org";
var jdbtel="";


function ShowFooter()
{
//	document.writeln("<div align=\"center\">"+NameC+" 版权所有  <a href=\"/manage/login.aspx\"><img src=\"/lib/images/43.png\"></img></a>　Copyright by "+NameE+"<br \/>");
	document.writeln("<div align=\"center\">"+NameC+" 版权所有  Copyright by "+NameE+"<br \/>");
	document.writeln("    单位地址：卫生部国际交流与合作中心　　网站维护电话：010-88393916　 邮箱：jzcg@ihecc.org<br \/>");
	document.writeln("    <img src=\"/lib/images/icon.gif\"/><br/>");
	document.writeln("		华招网信息技术有限公司技术支持 电话：025-84610172-8110");
	document.writeln("<\/div>");
}

function ShowHeader()
{
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" width=\"994\" height=\"120\">");
document.writeln("        <param name=\"movie\" value=\"/lib/fla/Top2.swf\">");
document.writeln("        <param name=\"quality\" value=\"high\">");
document.writeln("        <embed src=\"/lib/fla/Top2.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"996\" height=\"120\"><\/embed><\/object>");
//	document.writeln("			<div>");
//	document.writeln("				<img alt=\"logo\" src=\"/lib/images/logo.jpg\" width=\"992px;\">");
//	document.writeln("			</div>");
	document.writeln("			<div id=\"globalTopNav\">");
	document.writeln("				<ul>");
	document.writeln("					<li><a href=\"/Default.aspx\">首页<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/InfoList.aspx\">工作动态<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/picnewsList.aspx\">图片新闻<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/AnnounceList.aspx\">公告通知<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/LawList.aspx\">政策法规<\/a><\/li>");
//	document.writeln("					<li><a href=\"/common/HospitalList.aspx\">机构介绍<\/a><\/li>");
//	document.writeln("					<li><a href=\"datashow.htm\">数据查询<\/a><\/li>");
//	document.writeln("					<li><a href=\"list.htm\">文件下载<\/a><\/li>");
	//document.writeln("					<li><a href=\"/common/AnnounceList_S.aspx\">采购公示<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/Questionconsultlist.aspx\">咨询答疑<\/a><\/li>");
//	document.writeln("					<li><a href=\"/common/Complain.aspx\">监督投诉<\/a><\/li>");
//	document.writeln("					<li><a href=\"/common/FileList.aspx\">参与平台<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/Announce_WindowList.aspx\">集中采购<\/a><\/li>");	
	document.writeln("					<li><a href=\"/common/contactus.aspx\">联系我们<\/a><\/li>");
//	document.writeln("					<li><a href=\"list.htm\">阳光采购<\/a><\/li>");
	document.writeln("				<\/ul>	");
	document.writeln("				<div style=\"width:150px;float:right;padding:5px 10px;\"><b></b><span id=\"Time\"></span></div>");
	document.writeln("			<\/div>");
ShowTime();
}

function ShowMenu()
{

	document.writeln("			<div id=\"globalTopNav\" style='color:black;'>");
	document.writeln("				<ul>");
	document.writeln("					<li><a href=\"/Default.aspx\">首页<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/InfoList.aspx\">工作动态<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/picnewsList.aspx\">图片新闻<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/AnnounceList.aspx\">公告通知<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/LawList.aspx\">政策法规<\/a><\/li>");
//	document.writeln("					<li><a href=\"/common/HospitalList.aspx\">机构介绍<\/a><\/li>");
//	document.writeln("					<li><a href=\"datashow.htm\">数据查询<\/a><\/li>");
//	document.writeln("					<li><a href=\"list.htm\">文件下载<\/a><\/li>");
	//document.writeln("					<li><a href=\"/common/AnnounceList_S.aspx\">采购公示<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/Questionconsultlist.aspx\">咨询答疑<\/a><\/li>");
//	document.writeln("					<li><a href=\"/common/Complain.aspx\">监督投诉<\/a><\/li>");
//	document.writeln("					<li><a href=\"/common/FileList.aspx\">参与平台<\/a><\/li>");
	document.writeln("					<li><a href=\"/common/Announce_WindowList.aspx\">集中采购<\/a><\/li>");	
	document.writeln("					<li><a href=\"/common/contactus.aspx\">联系我们<\/a><\/li>");
//	document.writeln("					<li><a href=\"list.htm\">阳光采购<\/a><\/li>");
	document.writeln("				<\/ul>	");
	document.writeln("				<div style=\"width:150px;float:right;padding:5px 10px;\"><b></b><span id=\"Time\" style='display:none;'></span></div>");

	document.writeln("			<\/div>");
ShowTime();
}


function ShowTime() 
{ 
    try
    {
    var x,h,m,s,n; 
    var x = new Date(); 
    yy=x.getYear();
    mm=x.getMonth()+1;
    dd=x.getDate();
    xq=x.getDay(); 
    switch(xq)
    {
        case 0:
            xq="日";
            break;
        case 1:
            xq="一";
            break;
        case 2:
            xq="二";
            break;
        case 3:
            xq="三";
            break;
        case 4:
            xq="四";
            break;
        case 5:
            xq="五";
            break;
        case 6:
            xq="六";
            break;
        
    }
    n=yy+"年"+mm+"月"+dd+"日"+"    星期"+xq; 
    document.getElementById("Time").innerHTML=n;
    setTimeout("ShowTime()",1000); 
    }
    catch(e){alert(e);}
} 


function gothere( args ){ 
	if ( args.options.value!="") 
	window.open(args.options.value);
}

function ShowLeft()
{
	document.writeln("");
//	document.writeln("					<div class=\"indexLeftPackage\">");
//	document.writeln("						<h4>信息搜索<\/h4>");
//	document.writeln("						<div style=\"clear:both;float:right;margin:2px 0px 2px 0px;\">");
//	document.writeln("							<input name=\"username\" type=\"text\" id=\"username\" size=\"25\" maxlength=\"14\" \/>");
//	document.writeln("							<input type=\"button\" value=\"搜索\" class=\"btn\" width=\"30\"\/>");
//	document.writeln("						<\/div>");
//	document.writeln("					<\/div>");
	document.writeln("					<div class=\"indexLeftPackage\">");
	document.writeln("						<h4><img src=\"/lib/images/users.gif\" style=\"margin-right:10px;\"/>用户登录<\/h4>");
	document.writeln("						<div style=\"width:90%;clear:both;float:right;font-weight:bold;margin:2px 0px 2px 0px;padding:2px 0px 2px 15px;\">");
	document.writeln("							<a style=\"font-weight:bold;\" href=\"/common/login.aspx\">管理用户登录</a>");
	document.writeln("						<\/div>");
	
//	document.writeln("						<div style=\"width:90%;clear:both;float:right;font-weight:bold;margin:2px 0px 2px 0px;\">");
//	document.writeln("							<a href=\"/SuperviseLogin.aspx\">监督登录</a>");
//	document.writeln("						<\/div>");
	document.writeln("					<\/div>");
//	document.writeln("					<div class=\"indexLeftPackage\">");
//	document.writeln("						<h4><img src=\"images/user.png\" style=\"margin-right:10px;\"/>信息发布系统入口<\/h4>");
//	document.writeln("						<div style=\"width:100%;clear:both;margin:5px 0px 5px 0px;\">");
//	document.writeln("							<div class=\"indexLeftPackage-left\">");
//	document.writeln("							用户名：");
//	document.writeln("							<\/div>");
//	document.writeln("							<div class=\"indexLeftPackage-right\">");
//	document.writeln("								<input name=\"username\" type=\"text\" id=\"username\" size=\"22\" maxlength=\"14\" \/>");
//	document.writeln("							<\/div>");
//	document.writeln("						<\/div>");
//	document.writeln("						<div style=\"width:100%;clear:both;margin:5px 0px 5px 0px;\">");
//	document.writeln("							<div class=\"indexLeftPackage-left\">");
//	document.writeln("								密码：");
//	document.writeln("							<\/div>");
//	document.writeln("							<div class=\"indexLeftPackage-right\">");
//	document.writeln("								<input name=\"userpwd\" type=\"password\" id=\"userpwd\" size=\"22\" maxlength=\"14\" \/>");
//	document.writeln("							<\/div>");
//	document.writeln("						<\/div>");
//	document.writeln("						<div style=\"clear:both;margin:5px 0px 5px 0px;\">");
//	document.writeln("							<div style=\"width:100%;text-align:center;\">");
//	document.writeln("								<input type=\"button\" value=\"登录\" id=\"btn_login\" class=\"btn\"\/>");
//	document.writeln("								<input type=\"button\" value=\"注册新用户\" onclick=\"window.location.href='register.htm';\" id=\"btn_register\" class=\"btn\"\/>");
//	document.writeln("							<\/div>");
//	document.writeln("						<\/div>");
//	document.writeln("					<\/div>");
	document.writeln("					<div class=\"indexLeftPackage\" style=\"border:0px;text-align:center;background-color:transparent;margin:20px 0px 20px 0px;\">");
	document.writeln("						<a href=\"#\"><img src=\"/lib/images/Honesty.gif\" alt=\"诚信榜\"/></a>");
	document.writeln("						<a href=\"#\"><img src=\"/lib/images/Exposure.gif\" alt=\"曝光台\"/></a>");
	document.writeln("					<\/div>");
//	document.writeln("					<div class=\"indexLeftPackage\">");
//	document.writeln("						<h4>各地招标信息<\/h4>");
//	document.writeln("						<div id=\"indexLeftBidList\">");
//	document.writeln("							<ul>");
//	document.writeln("								<li>11<\/li>");
//	document.writeln("								<li>22<\/li>");
//	document.writeln("								<li>33<\/li>");
//	document.writeln("								<li>44<\/li>");
//	document.writeln("								<li>55<\/li>");
//	document.writeln("								<li>66<\/li>");
//	document.writeln("								<li>77<\/li>");
//	document.writeln("								<li>88<\/li>");
//	document.writeln("								<li>99<\/li>");
//	document.writeln("								<li>00<\/li>");
//	document.writeln("							<\/ul>");
//	document.writeln("						<\/div>");
//	document.writeln("					<\/div>");
	document.writeln("					<div class=\"indexLeftPackage\">");
	document.writeln("						<h4>联系方式<\/h4>");
	document.writeln("						<div id=\"indexLeftBidList\">");
	document.writeln("							<ul>");
	document.writeln("					        <li><b>业务联系方式</b></li>");
	document.writeln("					        <li>电子邮箱：<a href=\"mailto:"+email+"\">"+email+"<\/a></li>");
	document.writeln("					        <li>联系电话："+tel+"</li>");
	document.writeln("					        <li>传真号码："+fax+"</li>");
	document.writeln("					        <li>单位邮编："+post+"</li>");	
	document.writeln("					        <li>单位地址："+address+"</li>");
	document.writeln("					        </ul>");
//	document.writeln("					        <hr style=\"border-top:1px dotted #666;\"/>"); 
	document.writeln("					        <ul>");
	document.writeln("					        <li><b>监督联系方式</b></li>");
	document.writeln("					        <li>监督邮箱：</li>");
	document.writeln("					        <li>监督电话："+jdbtel+"</li>");
	document.writeln("							<\/ul>");
	document.writeln("						<\/div>");
	document.writeln("					<\/div>");
	document.writeln("					<div class=\"indexLeftPackage\">");
	document.writeln("						<h4>友情链接<\/h4>");
	document.writeln("						<div id=\"indexLeftFriendLinkList\">");
	document.writeln("							<select name=\"select\" onChange=\"gothere(this);\">");
	document.writeln("			                <option selected>各级政府部门<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.mos.gov.cn\/gjb\/\">国务院纠风办<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.mos.gov.cn\/\">监察部<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.moh.gov.cn\/\">卫生部<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.sdpc.gov.cn\/\">国家发改委<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.sda.gov.cn\/\">国家药监局<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.mii.gov.cn\/\">信息产业部<\/option>");
	
	document.writeln("							<\/select>");
	document.writeln("							<select name=\"select1\" onChange=\"gothere(this);\">");
	document.writeln("			                <option selected>药械集中采购网<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.gdyyzb.cn\/bpportal\">广东省医药采购服务平台<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.hnyyzb.com.cn\">河南省医药招标采购网<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.scwst.gov.cn\/scbid\">四川省药品集中采购交易监督管理平台<\/option>");
	document.writeln("			                <option value=\"http:\/\/202.110.133.14\">湖北省医疗机构药品网上集中招标采购平台<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.sxyxcg.com\">山西省药械集中竞价采购网<\/option>");
	document.writeln("			                <option value=\"http:\/\/61.133.213.6\">宁夏医药招标采购网<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.bjmbc.org.cn\">北京市医疗机构药品集中招标采购中心<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.tjmp.com.cn\">天津药品招标采购网<\/option>");
	document.writeln("							<\/select>");
	document.writeln("							<select name=\"select2\" onChange=\"gothere(this);\">");
	document.writeln("			                <option selected>其他相关链接<\/option>");
	document.writeln("			                <option value=\"http:\/\/www.jkb.com.cn\">健康报<\/option>");

	document.writeln("			                <option value=\"http:\/\/www.cmsland.com\">天驰医药家园<\/option>");

	document.writeln("							<\/select>");
	document.writeln("						<\/div>");
	document.writeln("					<\/div>");
}

function vidiexp(id)
{
	for(i=0;i<2;i++)
	{
		document.getElementById("vidi_"+i).className = "";
	}
	document.getElementById("vidi_"+id).className = "exped";
}

function ShowPictureNews(NewsID)
{
	var width=251
	var height=198
	var text_height=18
	var swf_height = height+text_height
	var Idlist = NewsID;
	Id = new Array();
	Id = Idlist.split("∏");
	var pics =Id[1];
	var links=Id[0];
	var texts=Id[2];
	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ width +'" height="'+ swf_height +'">');
	document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/lib/fla/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+width+'&borderheight='+height+'&textheight='+text_height+'">');
	document.write('<embed src="/lib/fla/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+width+'&borderheight='+height+'&textheight='+text_height+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ width +'" height="'+ height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  
	document.write('</object>');
}

function CheckValueNotNull(o)
{
    if(o.value!="")
        return true;
    else
        return false;
}