﻿ function $(obj){
	return document.getElementById(obj);
}

function showList(deptID)
{
  var rData=myt_index.CommendList(deptID);
    $("commendList").innerHTML = rData.value;
}

function showform(mytdoctorID,registedate,week,starttime,endtime)
{
	window.open("mytregister.aspx?id="+escape(mytdoctorID)+"&registedate="+escape(registedate)+"&week="+escape(week)+"&starttime="+escape(starttime)+"&endtime="+escape(endtime),"","location=no,menubar=no,status=no,top=100px,left=150px,toolbar=no,width=630px,height=400px,scrollbars=no,resizable=no");
}