<!--
 function openModeBegin(ob) 
  { 
    var returnValue=window.showModalDialog("/calendartemp.aspx",ob.value,"dialogHeight:265px;dialogWidth:340px"); 
        if (returnValue!=null) ob.value=returnValue; 
        else ob.value=""; 
  } 

//-->
