// JavaScript Document
function currency(){
comp=document.form1.country.value;
if (comp=='Euros'){document.getElementById('myTD').innerHTML = '<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="10991818"><table><tr><td><input type="hidden" name="on0" value="Payment Option: Euros">Payment Option: Euros</td></tr><tr><td><select name="os0"><option value="3 months -">3 months - €109.00</option><option value="6 months -">6 months - €169.00</option><option value="9 months -">9 months - €219.00</option><option value="1 year       -">1 year       - €249.00</option><option value="2 years     -">2 years     - €439.00</option><option value="One time consultancy">One time consultancy €84.00</option></select></td></tr><tr><td><input type="hidden" name="on1" value="Name of the Health Condition">Name of the Health Condition</td></tr><tr><td><input type="text" name="os1" maxlength="60"></td></tr></table><input type="hidden" name="currency_code" value="EUR"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG_global.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online."><img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"></form>';}
if (comp=='US-Dollars'){document.getElementById('myTD').innerHTML = '<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="10989038"><table><tr><td><input type="hidden" name="on0" value="Payment Options in $">Payment Options in $</td></tr><tr><td><select name="os0"><option value="3 months -">3 months - $149.00</option><option value="6 months -">6 months - $219.00</option><option value="9 months -">9 months - $289.00</option><option value="1 year       -">1 year       - $339.00</option><option value="2 years     -">2 years     - $599.00</option><option value="One time consultancy">One time consultancy $49.00</option></select></td></tr><tr><td><input type="hidden" name="on1" value="Name of the Health Condition">Name of the Health Condition</td></tr><tr><td><input type="text" name="os1" maxlength="60"></td></tr></table><input type="hidden" name="currency_code" value="USD"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"></form>';}
if (comp=='Indian-Rupees'){document.getElementById('myTD').innerHTML = '<form><table><tr><td>Payment Options in Indian Rupees</td></tr><tr><td><select> <option>3 months - Rs/- 3500.00</option> <option>6 months - Rs/- 5250.00</option> <option>9 months - Rs/- 7125.00</option> <option>1 year - Rs/- 8750.00</option> <option>2 years - Rs/- 15000.00</option> <option>One time consultancy  - Rs/- 1200.00</option> </select> </td></tr><tr><td><input type="hidden" value="Disease name">Disease name</td></tr><tr><td><input type="text" maxlength="60"></td></tr><tr><td>Please send your DDs on Auroh Health Sciences payable at Hyderabad</td></tr><tr><td>For online transactions please call us to get the Account Details</td></tr></table></form>';}
}
