function openWin() {
	textVal = document.form1.dollers.value;
	a = textVal * 47;
        document.form1.Amount.value = a;
       
}