
/**调用日期选择**/
function getcal(init)
{
var strNode=showModalDialog('/Includes/Script/calendar.html',0,"dialogWidth:300px;dialogHeight:167px;status:no");
if (strNode!=-1 && typeof(strNode)!='undefined') return strNode;
else return init;
}
