function fcOpen(desCtrl){
	var sFeatures="dialogHeight:230px;dialogWidth:290px;status:no;center:yes;help:no;"; 
    var str = showModalDialog("calendar.htm","",sFeatures);    
    if (str!=null && str !='')
    {
		desCtrl.value=str;
	}
}
