﻿       
		var bMoveable=true;		//设置日历是否可以拖动
		var _VersionInfo="chen553 日历组件"	//版本信息
        var C_width="27",C_height="16";
        var S_width="",S_height="";
        var s_color="#5794b3";
        var c_color="#2a6285";
        var f_color="#5794b3";
		//==================================================== WEB 页面显示部分 =====================================================
		var strFrame;		//存放日历层的HTML代码
		document.writeln('<iframe bgcolor="#000000" id=meizzDateLayer Author=chen553 frameborder=0 style="position: absolute;  width: 370; height: 190; z-index: 9998; display: none"></iframe>');
		strFrame='<style>';
		strFrame+='INPUT.button{BORDER-RIGHT: #B3C9E1 1px solid;BORDER-TOP: #B3C9E1 1px solid;BORDER-LEFT: #B3C9E1 1px solid;';
		strFrame+='BORDER-BOTTOM: #B3C9E1 1px solid;BACKGROUND-COLOR: #EDF2F8;font-family:宋体;}';
		strFrame+='TD{FONT-SIZE: 9pt;font-family:宋体;}';
		strFrame+='</style>';
		strFrame+='<script>';
		strFrame+='var datelayerx,datelayery;	/*存放日历控件的鼠标位置*/';
		strFrame+='var bDrag;	/*标记是否开始拖动*/';
		strFrame+='function document.onmousemove()	/*在鼠标移动事件中，如果开始拖动日历，则移动日历*/';
		strFrame+='{if(bDrag && window.event.button==1)';
		strFrame+='	{var DateLayer=parent.document.all.meizzDateLayer.style;';
		strFrame+='		DateLayer.posLeft += window.event.clientX-datelayerx;/*由于每次移动以后鼠标位置都恢复为初始的位置，因此写法与div中不同*/';
		strFrame+='		DateLayer.posTop += window.event.clientY-datelayery;}}';
		strFrame+='function DragStart()		/*开始日历拖动*/';
		strFrame+='{if(event.srcElement.tagName!="A") {var DateLayer=parent.document.all.meizzDateLayer.style;DateLayer.filter="progid:DXImageTransform.Microsoft.Alpha( Opacity=60, FinishOpacity=100, Style=1, StartX=0,  FinishX=100, StartY=0, FinishY=100)";';
		
		strFrame+='	datelayerx=window.event.clientX;';
		strFrame+='	datelayery=window.event.clientY;';
		strFrame+='	bDrag=true;}}';
		strFrame+='function DragEnd(){		/*结束日历拖动*/';
		strFrame+='	if(event.srcElement.tagName!="A") {var DateLayer=parent.document.all.meizzDateLayer.style;DateLayer.filter="";bDrag=false;}}';
		strFrame+='</scr' + 'ipt><div style="position: absolute;top:0px;left:0px;width: 369px; height: 189px;border:solid 1px #5394b0" '+(bMoveable? 'onmousedown="DragStart();" onmouseup="DragEnd();"':'')+'">';
		strFrame+=' ';
		strFrame+='<div style="width:181px;z-index:9999;position: absolute; left:0; top:0;" onselectstart="return false"><span id=tmpSelectYearLayer Author=chen553 style="z-index: 9999;position: absolute;top: 3; left: 19;display: none"></span>';
		strFrame+='<span id=tmpSelectMonthLayer Author=chen553 style="z-index: 9999;position: absolute;top: 3; left: 78;display: none"></span>';
		strFrame+='<table style="position:absolute;left:6px;width:120" cellSpacing="0" cellPadding="0" border="0"><tr><td>';
        // 控件边框颜色
        strFrame+='<table border=0 cellspacing=0 cellpadding=0 width=120 height=160 bgColor="#FFFFFF"  Author="chen553">';
		strFrame+='  <tr Author="chen553"><td width=120 height=23 Author="chen553" bgcolor=#FFFFFF><table border=0 cellspacing=0 cellpadding=0 width=170 Author="chen553" height=23>';
		strFrame+='      <tr align=center Author="chen553"><td width=16 align=center style="font-size:12px;color: #ffffff" ';
		strFrame+='         title="" >';
		strFrame+='        </td><td align=right  width="80px" style="color:#2f7c96;font-size:12px;font-weight:600;cursor:default"  ';
		strFrame+='onmouseout="style.backgroundColor=\'white\'" ';
		strFrame+='><span  id=meizzYearHead></span></td>';
		strFrame+='<td align=left style="color:#2f7c96;font-size:12px;font-weight:600;cursor:default" ';
		strFrame+=' ';
		strFrame+='        ><span id=meizzMonthHead ></span></td>';
		strFrame+='        <td width=16 align=center style="font-size:12px;color: #ffffff" ';
		strFrame+='          title="" ></td></tr>';
		strFrame+='    </table></td></tr>';
		strFrame+='  <tr Author="chen553"><td width=180 Author="chen553">';
		strFrame+='<table border=0 bgcolor='+s_color+' ';
		strFrame+='  bgcolor=#5168C8  width="100%" height='+(parseInt(C_height))+' Author="chen553">';
		strFrame+='<tr Author="chen553" valign="middle" align="center"><td style="font-size:12px;color:fff373" ><b>日</b></td>';
		strFrame+='<td style="font-size:12px;color:fcffff"  ><b>一</b></td><td style="font-size:12px;color:fcffff" ><b>二</b></td>';
		strFrame+='<td style="font-size:12px;color:fcffff" ><b>三</b></td><td style="font-size:12px;color:fcffff" ><b>四</b></td>';
		strFrame+='<td style="font-size:12px;color:fcffff"   ><b>五</b></td><td style="font-size:12px;color:fff373" ><b>六</b></td></tr>';
		strFrame+='</table></td></tr>';
		strFrame+='  <tr Author="chen553"><td width="100%" style="border-bottom:solid 1px #5495b1" height=120 Author="chen553">';
		strFrame+='    <table border=0 cellspacing=0 cellpadding=0 bgColor=#FFFFFF  width="100%" height=120 Author="chen553">';
		var n=0; for (j=0;j<5;j++){ strFrame+= ' <tr align=center Author="chen553">'; for (i=0;i<7;i++){
		strFrame+='<td width="25" style="font-weight:bold" height='+C_height+' id=meizzDay'+n+' style="font-size:12px"  ></td>';n++;}
		strFrame+='</tr>';}
		strFrame+='      <tr align=center Author="chen553">';
		for (i=35;i<42;i++)
		strFrame+='<td  style="font-weight:bold" width=25 height='+C_height+' id=meizzDay'+i+' style="font-size:12px" Author=chen553 ></td>';
		strFrame+='        ';
		strFrame+='         </tr>';
		strFrame+='    </table></td></tr><tr Author="chen553"><td Author="chen553">';
		strFrame+='        <table border=0 cellspacing=1 cellpadding=1 width=100% Author="chen553" bgcolor=#FFFFFF>';
		strFrame+='          <tr Author="chen553">';
		strFrame+='               ';
		strFrame+='             <td ';
		strFrame+='              align=left> <a id="mMouthQ" href="javascript:parent.meizzPrevM();" title="上一月 \nLast Month" style="color:5c95b2; text-decoration:none"><font style="font-family:Webdings">3</font>上一月</a>';
		strFrame+='             </td><td ';
		strFrame+='              align=right>';
		strFrame+='              ';
		strFrame+='              ';
		strFrame+='             </td>';
		strFrame+='</tr></table></td></tr></table></td></tr></table></div>';
		
		//FILTER:dropshadow(color=#EDEDF8,offx=3.3,offy=3.3,positive=1);
		strFrame+='<div style="z-index:9997;position: absolute; left:183; top:0;">';
		strFrame+='<table style="position: relative;left:5px;" cellSpacing="0" cellPadding="0" border="0"><tr><td>';
        // 控件边框颜色
       strFrame+='<table border=0 cellspacing=0 cellpadding=0 width=120 height=160 bgColor="#FFFFFF"  Author="chen553">';
		strFrame+='  <tr Author="chen553"><td width=120 height=23 Author="chen553" bgcolor=#FFFFFF><table border=0 cellspacing=0 cellpadding=0 width=170 Author="chen553" height=23>';
		strFrame+='      <tr align=center Author="chen553"><td width=16 align=center style="font-size:12px;color: #ffffff" ';
		strFrame+='         title="" >';
		strFrame+='        </td><td align=right width="80px" style="color:#2f7c96;font-size:12px;font-weight:600;cursor:default"  ';
		strFrame+='onmouseout="style.backgroundColor=\'white\'" ';
		strFrame+='><span  id=meizzYearHead1></span></td>';
		strFrame+='<td align=left style="color:#2f7c96;font-size:12px;font-weight:600;cursor:default" ';
		strFrame+=' ';
		strFrame+='        ><span id=meizzMonthHead1 ></span></td>';
		strFrame+='        <td width=16 align=center style="font-size:12px;color: #ffffff" ';
		strFrame+='          title="" ></td></tr>';
		strFrame+='    </table></td></tr>';
		strFrame+='  <tr Author="chen553"><td width=180 Author="chen553">';
		strFrame+='<table border=0 bgcolor='+s_color+' ';
		strFrame+='  width="100%" height='+(parseInt(C_height))+' Author="chen553">';
		strFrame+='<tr Author="chen553" valign="middle" align="center"><td style="font-size:12px;color:fff373" ><b>日</b></td>';
		strFrame+='<td style="font-size:12px;color:fcffff"  ><b>一</b></td><td style="font-size:12px;color:fcffff" ><b>二</b></td>';
		strFrame+='<td style="font-size:12px;color:fcffff" ><b>三</b></td><td style="font-size:12px;color:fcffff" ><b>四</b></td>';
		strFrame+='<td style="font-size:12px;color:fcffff"   ><b>五</b></td><td style="font-size:12px;color:fff373" ><b>六</b></td></tr>';
		strFrame+='</table></td></tr>';
		strFrame+='  <tr Author="chen553"><td width="100%" style="border-bottom:solid 1px #5495b1" Author="chen553">';
		strFrame+='    <table border=0  bgColor=#FFFFFF  width="100%" height=120 Author="chen553">';
		var n=0; 
		for (j=0;j<5;j++)
		{ 
		    strFrame+= ' <tr align=center Author="chen553">'; 
		    for (i=0;i<7;i++)
		    {
		        strFrame+='<td  style="font-weight:bold" width=25 height='+C_height+' id=l_meizzDay'+n+' style="font-size:12px"  ></td>';n++;
		    }
		    strFrame+='</tr>';
		}
		strFrame+='      <tr align=center Author="chen553">';
		for (i=35;i<42;i++)
		strFrame+='<td  style="font-weight:bold" width=25 height='+C_height+' id=l_meizzDay'+i+' style="font-size:12px" Author=chen553 ></td>';
		strFrame+='</tr>';
		strFrame+='    </table></td></tr><tr Author="chen553"><td Author="chen553">';
		strFrame+='        <table cellspacing=1 cellpadding=1 width=100% Author="chen553" bgcolor=#FFFFFF>';
		strFrame+='          <tr Author="chen553"><td align="left"> </td><td nowrap align="right"><a id="mMouthB"  title="下一月\nNext Month" href="javascript:parent.meizzNextM();" style="color:5c95b2; text-decoration:none">下一月<font style="font-family:Webdings">4</font></a></td>   ';
		strFrame+='</tr></table></td></tr></table></td></tr></table></div></div>';

		window.frames.meizzDateLayer.document.writeln(strFrame);
		window.frames.meizzDateLayer.document.close();		//解决ie进度条不结束的问题

		//==================================================== WEB 页面显示部分 ======================================================
		var outObject;
		var outButton;		//点击的按钮
		var outDate="";		//存放对象的日期
		var odatelayer=window.frames.meizzDateLayer.document.all;		//存放日历对象
		var c;
		var cc;
		var ccc;
		function setday(tt,obj,C_date) //主调函数
		{
			if (arguments.length >  3){alert("对不起！传入本控件的参数太多！");return;}
			if (arguments.length == 0){alert("对不起！您没有传回本控件任何参数！");return;}
			var dads  = document.all.meizzDateLayer.style;
			var th = tt;
			var ttop  = tt.offsetTop;     //TT控件的定位点高
			var thei  = tt.clientHeight;  //TT控件本身的高
			var tleft = tt.offsetLeft;    //TT控件的定位点宽
			var ttyp  = tt.type;          //TT控件的类型
			while (tt = tt.offsetParent){ttop+=tt.offsetTop; tleft+=tt.offsetLeft;}
			dads.top  = (ttyp=="image")? ttop+thei : ttop+thei+6;
			dads.left = tleft;
			outObject = (arguments.length == 1) ? th : obj;
			outButton = (arguments.length == 1) ? null : th;	//设定外部点击的按钮
			//根据当前输入框的日期显示日历的年月
			//alert(C_date);
		    if(C_date!="")
		    {
		         C_y=C_date.split("-")[0];
		         C_m=C_date.split("-")[1];
		         C_d=C_date.split("-")[2];
		         c=C_y;
		         cc=C_m;
		         ccc=C_d;
		    }
			var reg = /^(\d+)-(\d{1,2})-(\d{1,2})$/; 
			var r = (C_y.toString()+"-"+C_m.toString()+"-"+C_d.toString()).match(reg); 
			if(r!=null){
				r[2]=r[2]-1; 
				var d= new Date(r[1], r[2],r[3]); 
				if(d.getFullYear()==r[1] && d.getMonth()==r[2] && d.getDate()==r[3]){
					outDate=d;		//保存外部传入的日期
				}
				else outDate="";
				{
					meizzSetDay(r[1],r[2]+1);
					if(r[2]+2==13)
					    meizzSetDay_l(parseInt(r[1])+1,1);
					else
					    meizzSetDay_l(r[1],r[2]+2);
			    }
			}
			else{
				outDate="";
				meizzSetDay(new Date().getFullYear(), new Date().getMonth() + 1);
				meizzSetDay_l(new Date().getFullYear(), new Date().getMonth() + 2);
			}
			dads.display = '';
			event.returnValue=false;
		}

		var MonHead = new Array(12);    		   //定义阳历中每个月的最大天数
			MonHead[0] = 31; MonHead[1] = 28; MonHead[2] = 31; MonHead[3] = 30; MonHead[4]  = 31; MonHead[5]  = 30;
			MonHead[6] = 31; MonHead[7] = 31; MonHead[8] = 30; MonHead[9] = 31; MonHead[10] = 30; MonHead[11] = 31;

		var meizzTheYear=new Date().getFullYear(); //定义年的变量的初始值
		//alert(typeof meizzTheYear);
		var meizzTheMonth=new Date().getMonth()+1; //定义月的变量的初始值
		var meizzWDay=new Array(42);               //定义写日期的数组
        var meizzTheYear1=new Date().getFullYear();
        var meizzTheMonth1;
        if(parseInt(new Date().getMonth())==11)
        {
            meizzTheYear1++;
            meizzTheMonth1=1;
        }
        else
            meizzTheMonth1=new Date().getMonth()+2;
		function document.onclick() //任意点击时关闭该控件	//ie6的情况可以由下面的切换焦点处理代替
		{ 
		    with(window.event)
		    { if (srcElement.getAttribute("Author")==null && srcElement != outObject && srcElement != outButton)
			    closeLayer();
		    }
		}

		function document.onkeyup()		//按Esc键关闭，切换焦点关闭
		{
			if (window.event.keyCode==27){
				if(outObject)outObject.blur();
				closeLayer();
			}
			else if(document.activeElement)
				if(document.activeElement.getAttribute("Author")==null && document.activeElement != outObject && document.activeElement != outButton)
				{
					closeLayer();
				}
		}

		function meizzWriteHead(yy,mm)  //往 head 中写入当前的年与月
		{
			odatelayer.meizzYearHead.innerText  = yy + "年";
			odatelayer.meizzMonthHead.innerText = mm + "月";
			if(mm==12)
			{
			    odatelayer.meizzYearHead1.innerText  = (parseInt(yy)+1) + "年";
			    odatelayer.meizzMonthHead1.innerText  = 1 + "月";
			}
			else
			{
			    odatelayer.meizzYearHead1.innerText  = yy + "年";
			    odatelayer.meizzMonthHead1.innerText  = (parseInt(mm)+1) + "月";
			}
		}

		function tmpSelectYearInnerHTML(strYear) //年份的下拉框
		{
		    if (strYear.match(/\D/)!=null){alert("年份输入参数不是数字！");return;}
		    var m = (strYear) ? strYear : new Date().getFullYear();
		    if (m < 1000 || m > 9999) {alert("年份值不在 1000 到 9999 之间！");return;}
		    var n = m - 60;
		    if (n < 1000) n = 1000;
		    if (n + 26 > 9999) n = 9974;
		    var s = "&nbsp;&nbsp;&nbsp;<select  name=tmpSelectYear style='font-size: 12px' "
			    s += "onblur='document.all.tmpSelectYearLayer.style.display=\"none\"' "
			    s += "onchange='document.all.tmpSelectYearLayer.style.display=\"none\";"
			    s += "parent.meizzTheYear = this.value; parent.meizzSetDay(parseInt(parent.meizzTheYear),parseInt(parent.meizzTheMonth));parent.meizzSetDay_l(parseInt(parent.meizzTheMonth)>=12?parseInt(parent.meizzTheYear)+1:parent.meizzTheYear,parseInt(parent.meizzTheMonth)>=12?1:parseInt(parent.meizzTheMonth)+1);'>\r\n";
		    var selectInnerHTML = s;
		    for (var i = n; i < n + 70; i++)
		    {
			    if (i == m)
			    {selectInnerHTML += "<option Author=chen553 value='" + i + "' selected>" + i + "年" + "</option>\r\n";}
			    else {selectInnerHTML += "<option Author=chen553 value='" + i + "'>" + i + "年" + "</option>\r\n";}
		    }
		    selectInnerHTML += "</select>";
		    odatelayer.tmpSelectYearLayer.style.display="";
		    odatelayer.tmpSelectYearLayer.innerHTML = selectInnerHTML;
		    odatelayer.tmpSelectYear.focus();
		}

		function tmpSelectMonthInnerHTML(strMonth) //月份的下拉框
		{
		    if (strMonth.match(/\D/)!=null){alert("月份输入参数不是数字！");return;}
		    var m = (strMonth) ? strMonth : new Date().getMonth() + 1;
		    var s = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<select  name=tmpSelectMonth style='font-size: 12px' "
			    s += "onblur='document.all.tmpSelectMonthLayer.style.display=\"none\"' "
			    s += "onchange='document.all.tmpSelectMonthLayer.style.display=\"none\";"
			    s += "parent.meizzTheMonth = this.value; parent.meizzSetDay(parseInt(parent.meizzTheYear),parseInt(parent.meizzTheMonth));parent.meizzSetDay_l(parseInt(parent.meizzTheMonth)>=12?parseInt(parent.meizzTheYear)+1:parent.meizzTheYear,parseInt(parent.meizzTheMonth)>=12?1:parseInt(parent.meizzTheMonth)+1);'>\r\n";
		    var selectInnerHTML = s;
		    for (var i = 1; i < 13; i++)
		    {
			    if (i == m)
			    {selectInnerHTML += "<option Author=chen553 value='"+i+"' selected>"+i+"月"+"</option>\r\n";}
			    else {selectInnerHTML += "<option Author=chen553 value='"+i+"'>"+i+"月"+"</option>\r\n";}
		    }
		    selectInnerHTML += "</select>";
		    odatelayer.tmpSelectMonthLayer.style.display="";
		    odatelayer.tmpSelectMonthLayer.innerHTML = selectInnerHTML;
		    odatelayer.tmpSelectMonth.focus();
		}

		function closeLayer()               //这个层的关闭
		{
			document.all.meizzDateLayer.style.display="none";
		}

		function IsPinYear(year)            //判断是否闰平年
		{
			if (0==year%4&&((year%100!=0)||(year%400==0))) return true;else return false;
		}

		function GetMonthCount(year,month)  //闰年二月为29天
		{
			var c=MonHead[month-1];if((month==2)&&IsPinYear(year)) c++;return c;
		}
		function GetDOW(day,month,year)     //求某天的星期几
		{
			var dt=new Date(year,month-1,day).getDay()/7; return dt;
		}

		function meizzPrevY()  //往前翻 Year
		{
		//alert(odatelayer.mYearQ.disabled);
		////if(odatelayer.mYearQ.disabled) return;

		//if(obj.disabled=="true") return;
		//alert(window.event);
		    //if(event.srcElement.disabled=="true") return;
////			if(meizzTheYear > 999 && meizzTheYear <10000){meizzTheYear--;}
////			else{alert("年份超出范围（1000-9999）！");}
////			meizzSetDay(meizzTheYear,meizzTheMonth);
////			if(parseInt(meizzTheMonth)+1==13)
////			{
////			    meizzSetDay_l(meizzTheYear,1);
////			}
////			else
////            meizzSetDay_l(meizzTheYear,parseInt(meizzTheMonth)+1);
		}
		function meizzNextY()  //往后翻 Year
		{

//		if(odatelayer.mYearB.disabled) return;
//		
//			if(meizzTheYear > 999 && meizzTheYear <10000){meizzTheYear++;}
//			else{alert("年份超出范围（1000-9999）！");}
//			meizzSetDay(meizzTheYear,meizzTheMonth);
//			if(parseInt(meizzTheMonth)+1==13)
//			{
//			    meizzSetDay_l(meizzTheYear,1);
//			}
//			else
//            meizzSetDay_l(meizzTheYear,parseInt(meizzTheMonth)+1);
		}
		function meizzToday()  //Today Button
		{
			var today;
			meizzTheYear = new Date().getFullYear();
		    meizzTheMonth = new Date().getMonth()+1;
			today=new Date().getDate();
			if(outObject){
				outObject.value=meizzTheYear + "-" + meizzTheMonth + "-" + today;
			}
			closeLayer();
		}
		function meizzPrevM()  //往前翻月份
		{

		    if(odatelayer.mMouthQ.disabled) return;
			if(meizzTheMonth>1){meizzTheMonth--}else{meizzTheYear--;meizzTheMonth=12;}
			meizzSetDay(meizzTheYear,meizzTheMonth);
			if(parseInt(meizzTheMonth)+1==13)
			{
			    meizzSetDay_l(meizzTheYear+1,1);
			}
			else
            meizzSetDay_l(meizzTheYear,parseInt(meizzTheMonth)+1);
		}
		function meizzNextM()  //往后翻月份
		{
		//alert(typeof meizzTheYear);
		    if(odatelayer.mMouthB.disabled) return;
		    
			if(meizzTheMonth==12){meizzTheYear++;meizzTheMonth=1;}else{meizzTheMonth++}
			
			meizzSetDay(meizzTheYear,meizzTheMonth);
			
			if(parseInt(meizzTheMonth) == 12)
			    meizzSetDay_l(parseInt(meizzTheYear)+1,1);
			else
                meizzSetDay_l(meizzTheYear,parseInt(meizzTheMonth)+1);
            
            
		}
	    var C_y=new Date().getFullYear();
        var C_m=new Date().getMonth()+1;
        var C_d=new Date().getDate();
		var u_y=C_y+2;
		//var u_m=(C_m%12);
        function meizzSetDay_l(yy,mm)   //主要的写程序**********
		{
		//meizzWriteHead(yy,mm);
		//设置当前年月的公共变量为传入值
		meizzTheYear1=yy;
		meizzTheMonth1=mm;
		  
		for (var i = 0; i < 42; i++)
		{
		    meizzWDay[i]="";//将显示框的内容全部清空
		}  
		
		var day1 = 1,day2=1,firstday = new Date(yy,mm-1,1).getDay();  //某月第一天的星期几
		
		
		for (i=0;i<firstday;i++)
		    meizzWDay[i]=GetMonthCount(mm==1?yy-1:yy,mm==1?12:mm-1)-firstday+i+1;	//上个月的最后几天
		    
		for (i = firstday; day1 < GetMonthCount(yy,mm)+1; i++)
		{
		    meizzWDay[i]=day1;
		    day1++;
		}
		for (i=firstday+GetMonthCount(yy,mm);i<42;i++)
		{
		    meizzWDay[i]=day2;
		    day2++
		}
		for (i = 0; i < 42; i++)
		{ 
		    var da = eval("odatelayer.l_meizzDay"+i);  //书写新的一个月的日期星期排列
			if (meizzWDay[i]!="")
			{ 
				//初始化边框
				//da.borderColorLight="#76A0CF";
				//da.borderColorDark="#76A0CF";
				if(i<firstday)		//上个月的部分
				{
				    da.innerText=meizzWDay[i];
				    da.style.color="#FFFFFF";
					//da.innerHTML="<font style=' color: #FFFFFF;font-weight:bold'>" + meizzWDay[i] + "</font>";
					da.title=(mm==1?12:mm-1) +"月" + meizzWDay[i] + "日";
					 var result1=C_d+"-"+C_m+"-"+C_y;
					da.onclick=Function("meizzDayClick(this.innerText,0,'"+result1+"')");
					
					if(!outDate)
						da.style.backgroundColor = ((mm==1?yy-1:yy) == new Date().getFullYear() && 
							(mm==1?12:mm-1) == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate()) ?
							"#FFFFFF":"#FFFFFF";
					else
					{
						da.style.backgroundColor =((mm==1?yy-1:yy)==outDate.getFullYear() && (mm==1?12:mm-1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())? "#FFFFFF" : // 选中日期颜色
						(((mm==1?yy-1:yy) == new Date().getFullYear() && (mm==1?12:mm-1) == new Date().getMonth()+1 && 
						meizzWDay[i] == new Date().getDate()) ? "#FFFFFF":"#FFFFFF"); // 当前系统时间颜色
						//将选中的日期显示为凹下去
						if((mm==1?yy-1:yy)==outDate.getFullYear() && (mm==1?12:mm-1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())
						{
							//da.borderColorLight="#E4E3F2";
		                    //da.borderColorDark="#E4E3F2";  // 	选择日期边框颜色
						}
					}
					
				}
				else if (i>=firstday+GetMonthCount(yy,mm))		//下个月的部分
				{
					da.innerText=meizzWDay[i];
				    da.style.color="#FFFFFF";
					da.title=(mm==12?1:mm+1) +"月" + meizzWDay[i] + "日";
										 var result1=C_y+"-"+C_m+"-"+C_d;
					da.onclick=Function("meizzDayClick(this.innerText,2,'"+result1+"')");
					if(!outDate)
						da.style.backgroundColor = ((mm==12?yy+1:yy) == new Date().getFullYear() && 
							(mm==12?1:mm+1) == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate()) ?
							"#FFFFFF":"#FFFFFF";
					else
					{
						da.style.backgroundColor =((mm==12?yy+1:yy)==outDate.getFullYear() && (mm==12?1:mm+1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())? "#FFFFFF" : // 选中日期颜色
						(((mm==12?yy+1:yy) == new Date().getFullYear() && (mm==12?1:mm+1) == new Date().getMonth()+1 && 
						meizzWDay[i] == new Date().getDate()) ? "#FFFFFF":"#FFFFFF"); // 当前系统时间
						//将选中的日期显示为凹下去
						if((mm==12?yy+1:yy)==outDate.getFullYear() && (mm==12?1:mm+1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())
						{
							//da.borderColorLight="#E4E3F2";
							//da.borderColorDark="#E4E3F2";  // 	选择日期边框颜色
						}
					}
				    if(parseInt(yy)>=(parseInt(C_y)+2))
				    {
				        //da.firstChild.style.color="#D5ECD2";
				        //da.onclick="";
				        //da.style.backgroundColor="#C6D8E4";
				    }
				}
				else		//本月的部分
				{
					da.innerText=meizzWDay[i];
				    da.style.color="#3E5468";
					da.title=mm +"月" + meizzWDay[i] + "日";
										 var result1=C_y+"-"+C_m+"-"+C_d;
					da.onclick=Function("meizzDayClick(this.innerText,1,'"+result1+"')");		//给td赋予onclick事件的处理
					if(parseInt(mm)==C_m&&parseInt(meizzWDay[i])==C_d)
					{
					    da.style.color="F8F8FC";
					}
					//如果是当前选择的日期，则显示亮蓝色的背景；如果是当前日期，则显示暗黄色背景
					if(!outDate)
						da.style.backgroundColor = (yy == new Date().getFullYear() && mm == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate())?
							"#FFFFFF":"#FFFFFF";
					else
					{
						da.style.backgroundColor =(yy==outDate.getFullYear() && mm== outDate.getMonth() + 1 && meizzWDay[i]==outDate.getDate())?
							"#FFFFFF":((yy == new Date().getFullYear() && mm == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate())?
							"#FFFFFF":"#FFFFFF"); // 前一个当前系统时间,后一个是本月时间低色
						//将选中的日期显示为凹下去
						if(yy==outDate.getFullYear() && mm== outDate.getMonth() + 1 && meizzWDay[i]==outDate.getDate())
						{
							//da.borderColorLight="#E4E3F2";
							//da.borderColorDark="#E4E3F2";  // 	选择日期边框颜色
						}
					}
				    if(parseInt(yy)>=(parseInt(C_y)+2))
				    {
				        //da.firstChild.style.color="#D5ECD2";
				        //da.onclick="";
				        //da.style.backgroundColor="#C6D8E4";
				    }
				}
				da.style.cursor="hand";
				da.onmouseover=Function("this.backgroundColor='#000000';tmpC=this.style.color;this.style.color='red';this.style.borderBottom='solid 2px #FFFFFF';");
				da.onmouseout=Function("this.bgColor='#000000';this.style.color=tmpC;this.style.borderBottom='';");
			}
			else{

			    da.innerHTML="";da.style.backgroundColor="";da.style.cursor="default";
			    da.onmouseover=Function("this.backgroundColor='#000000';tmpC=this.style.color;this.style.color='red';this.style.borderBottom='solid 2px #FFFFFF';");
			    da.onmouseout=Function("this.bgColor='#000000';this.style.color=tmpC;this.style.borderBottom='';");
			    }
		    }
		}

		function vDates(yy,mm)
		{
		    odatelayer.mMouthQ.disabled="";
            odatelayer.mMouthB.disabled="";
        	//odatelayer.mYearQ.disabled="";
           // odatelayer.mYearB.disabled="";
		    if(parseInt(yy)<=C_y)
		    {
		        if(parseInt(mm)-1<C_m)
		        {
		            odatelayer.mMouthQ.disabled="true";
		        }
		       // odatelayer.mYearQ.disabled="true";
		    }
		    else if(parseInt(yy)>=u_y)
		    {
		       	if(parseInt(mm)+1>C_m)
		        {
		            odatelayer.mMouthB.disabled="true";
		        } 
		        //odatelayer.mYearB.disabled="true";
		    }
		    else
		    {
		        if(parseInt(yy)==C_y+1)
		        {
		            if(parseInt(mm)<C_m)
		            {
		               // odatelayer.mYearQ.disabled="true";
		            }
		            else if(parseInt(mm)>C_m)
		            {
		               // odatelayer.mYearB.disabled="true";
		            }
		        }
		    }
		}
		
		function meizzSetDay(yy,mm)   //主要的写程序**********
		{
		yy=parseInt(yy);
		//if(event.srcElement.disabled=="true") return ;
		meizzWriteHead(yy,mm);
		//设置当前年月的公共变量为传入值
		meizzTheYear=yy;
		meizzTheMonth=mm;
		vDates(yy,mm);
        for (var i = 0; i < 42; i++)
        {
            meizzWDay[i]="";
        }  //将显示框的内容全部清空
        var day1 = 1,day2=1,firstday = new Date(yy,mm-1,1).getDay();  //某月第一天的星期几
        for (i=0;i<firstday;i++)
            meizzWDay[i]=GetMonthCount(mm==1?yy-1:yy,mm==1?12:mm-1)-firstday+i+1;	//上个月的最后几天
        for (i = firstday; day1 < GetMonthCount(yy,mm)+1; i++)
        {
            meizzWDay[i]=day1;
            day1++;
        }
        for (i=firstday+GetMonthCount(yy,mm);i<42;i++)
        {
            meizzWDay[i]=day2;
            day2++
        }
		for (i = 0; i < 42; i++)
		{ var da = eval("odatelayer.meizzDay"+i);  //书写新的一个月的日期星期排列
			if (meizzWDay[i]!="")
			{ 
				//初始化边框
				//da.borderColorLight="#76A0CF";
				//da.borderColorDark="#76A0CF";
				if(i<firstday)		//上个月的部分
				{
					da.innerText=meizzWDay[i];
				    da.style.color="#FFFFFF";
					da.title=(mm==1?12:mm-1) +"月" + meizzWDay[i] + "日";
										  var result1=C_y+"-"+C_m+"-"+C_d;
					da.onclick=Function("meizzDayClick(this.innerText,-1,'"+result1+"')");
					
					if(!outDate)
						da.style.backgroundColor = ((mm==1?yy-1:yy) == new Date().getFullYear() && 
							(mm==1?12:mm-1) == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate()) ?
							"#FFFFFF":"#FFFFFF";
					else
					{
					    //if(vDates(meizzWDay[i]
						da.style.backgroundColor =((mm==1?yy-1:yy)==outDate.getFullYear() && (mm==1?12:mm-1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())? "#FFFFFF" : // 选中日期颜色
						(((mm==1?yy-1:yy) == new Date().getFullYear() && (mm==1?12:mm-1) == new Date().getMonth()+1 && 
						meizzWDay[i] == new Date().getDate()) ? "#FFFFFF":"#FFFFFF"); // 当前系统时间颜色
						//将选中的日期显示为凹下去
						if((mm==1?yy-1:yy)==outDate.getFullYear() && (mm==1?12:mm-1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())
						{
							//da.borderColorLight="#E4E3F2";
		                    //da.borderColorDark="#E4E3F2";  // 	选择日期边框颜色
						}
					}
				    if(parseInt(yy)<=C_y&&parseInt(mm)==C_m)
				    {
				        da.style.color="#D5ECD2";
				        da.onclick="";
				    }
				}
				else if (i>=firstday+GetMonthCount(yy,mm))		//下个月的部分
				{
				    da.innerText=meizzWDay[i];
				    da.style.color="#FFFFFF";
					//da.innerHTML="<font style=' color: #FFFFFF;font-weight:bold'>" + meizzWDay[i] + "</font>";
					da.title=(mm==12?1:mm+1) +"月" + meizzWDay[i] + "日";
										 var result1=C_y+"-"+C_m+"-"+C_d;
					da.onclick=Function("meizzDayClick(this.innerText,1,'"+result1+"')");
					if(!outDate)
						da.style.backgroundColor = ((mm==12?yy+1:yy) == new Date().getFullYear() && 
							(mm==12?1:mm+1) == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate()) ?
							"#FFFFFF":"#FFFFFF";
					else
					{
						da.style.backgroundColor =((mm==12?yy+1:yy)==outDate.getFullYear() && (mm==12?1:mm+1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())? "#E8F5E7" : // 选中日期颜色
						(((mm==12?yy+1:yy) == new Date().getFullYear() && (mm==12?1:mm+1) == new Date().getMonth()+1 && 
						meizzWDay[i] == new Date().getDate()) ? "#E4E3F2":"#FFFFFF"); // 当前系统时间
						//将选中的日期显示为凹下去
						if((mm==12?yy+1:yy)==outDate.getFullYear() && (mm==12?1:mm+1)== outDate.getMonth() + 1 && 
						meizzWDay[i]==outDate.getDate())
						{
							da.borderColorLight="#FFFFFF";
							da.borderColorDark="#FFFFFF";  // 	选择日期边框颜色
						}
					}
				}
				else		//本月的部分
				{
					da.innerText=meizzWDay[i];
				    da.style.color="#3E5468";
					da.title=mm +"月" + meizzWDay[i] + "日";
									 var result1=C_y+"-"+C_m+"-"+C_d;
					da.onclick=Function("meizzDayClick(this.innerText,0,'"+result1+"')");		//给td赋予onclick事件的处理

					//如果是当前选择的日期，则显示亮蓝色的背景；如果是当前日期，则显示暗黄色背景
					if(!outDate)
						da.style.backgroundColor = (yy == new Date().getFullYear() && mm == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate())?
							"#FFFFFF":"#FFFFFF";
					else
					{
						da.style.backgroundColor =(yy==outDate.getFullYear() && mm== outDate.getMonth() + 1 && meizzWDay[i]==outDate.getDate())?
							"#c7eefd":((yy == new Date().getFullYear() && mm == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate())?
							"#FFFFFF":"#FFFFFF"); // 前一个当前系统时间,后一个是本月时间低色
						//将选中的日期显示为凹下去
						if(yy==outDate.getFullYear() && mm== outDate.getMonth() + 1 && meizzWDay[i]==outDate.getDate())
						{
							//da.borderColorLight="#E4E3F2";
							//da.borderColorDark="#E4E3F2";  // 	选择日期边框颜色
						}
					}
				    if(parseInt(yy)<=C_y&&parseInt(mm)==C_m&&parseInt(meizzWDay[i])<C_d)
				    {
				        da.style.color="#C6D8E4";
				        da.onclick="";
				    }
				}
				da.style.cursor="hand";
				da.onmouseover=Function("this.backgroundColor='#000000';tmpC=this.style.color;this.style.color='red';this.style.borderBottom='solid 3px #FFFFFF';");
				da.onmouseout=Function("this.bgColor='#000000';this.style.color=tmpC;this.style.borderBottom='';");
			}
			else{

			    da.innerHTML="";da.style.backgroundColor="";da.style.cursor="default";
			    da.onmouseover=Function("this.backgroundColor='#000000';tmpC=this.style.color;this.style.color='red';this.style.borderBottom='solid 3px #FFFFFF';");
			    da.onmouseout=Function("this.bgColor='#000000';this.style.color=tmpC;this.style.borderBottom='';");
			    }
		    }
		}
        var tmpC="";
		function meizzDayClick(n,ex,C_date)  //点击显示框选取日期，主输入函数*************
		{
		var yy=meizzTheYear;
		var mm = parseInt(meizzTheMonth)+ex;	//ex表示偏移量，用于选择上个月份和下个月份的日期
			//判断月份，并进行对应的处理
			if(mm<1){
				yy--;
				mm=12+mm;
			}
			else if(mm>12){
				yy++;
				mm=mm-12;
			}
			
		if (mm < 10){mm = "0" + mm;}
		if (outObject)
		{
			if (!n) {//outObject.value=""; 
			return;}
		    var result1=C_date;
		    var result2=yy+"-"+mm+"-"+n;
		   // alert(result1);
		   // alert(result2);
			if(CompareDay(result2,result1)==false)
			{
			    
			    return;
			}
			var result3=yy-1+"-"+mm+"-"+n;
			if(CompareDay(result1,result3)==false)
			{
			    return;
			}
			
			if ( n < 10){n = "0" + n;}
			outObject.value= yy + "-" + mm + "-" + n ; //注：在这里你可以输出改成你想要的格式
			closeLayer(); 
		}
		else {closeLayer(); alert("您所要输出的控件对象并不存在！");}
		}
		function CompareDay(v1,v2)
        {     
           var s;
           var v1Ary = v1.split('-');
           var v2Ary = v2.split('-');
          
           var a=v1Ary[1] + '/' + v1Ary[2] + '/' + v1Ary[0];
           var b=v2Ary[1] + '/' + v2Ary[2] + '/' + v2Ary[0];
           var d1 = new Date(v1Ary[1] + '/' + v1Ary[2] + '/' + v1Ary[0]);
           var d2 = new Date(v2Ary[1] + '/' + v2Ary[2] + '/' + v2Ary[0]);
           if(d1 >= d2)
           {
               s=true;
           }
           else
           {
             s=false;
           }
           return s;
        }