﻿// JScript File
function dateitemrefs()
{
	this.pt_dateheader = "../images/PT_DATE_HEADER_ENG_1.gif";
	this.pt_daystitle = "../images/PT_DATE_TITLE_ENG_1.gif";
	this.pt_datering = "../images/PT_CURRENT_DATE_ENG_1.gif";
	this.pt_datesel = "../images/PT_SELECTED_DATE_ENG_1.gif";
	this.pt_nextmonth = "../images/PT_RIGHT_SCROLL_ENG_1.gif";
	this.pt_prevmonth= "../images/PT_LEFT_SCROLL_ENG_1.gif";
}

function LoadCalendar()
{
	var dateitems = new dateitemrefs();
	loadImages(dateitems);
}

function DatePrompt_main(dtfield,promptfield,yrfmt,bsubmit,Ubound,Lbound,showTime,evt)
{
    openDate(dtfield, promptfield, "MDY/"+ yrfmt,bsubmit,Ubound,Lbound,showTime,evt);
}









