
function show_calendar(formname,a,b,Dformat) 
{
	
window.open("Calendar.asp?formname="+formname+"&txtformat="+Dformat, "CalendarWindow", "menubar=0, scrollbars=0, resizable=0, width=250, height=242")


}
