function ReadPrevQuote(frm,idx) {
	if (idx == 0) {
		alert('Select a valid previous quote before clicking the Retrieve button')
   }
   else {
		frm.hidFormAction.value = 'P'
		frm.submit()
	}
}