
function Reset(Elem)
{
	var Element=document.getElementById(Elem);
	Element.value='';				
}
function FogotPassword()
{
	var strUrl = "ForgotPassword.aspx";
	window.open(strUrl,'','toolbar=no,menubar=no,width=300,height=200');

}

function DeliveryCalendar()
{
	var strUrl = "DeliveryCalendar.aspx";
	window.open(strUrl,'','toolbar=no,menubar=no,width=315,height=720');

}

function DeliveryCalendarAdmin(Get)
{
	var strUrl = "DeliveryCalendar.aspx?date=" + Get;
	window.open(strUrl,'','width=315,height=720');

}