<html> <head> <SCRIPT LANGUAGE="JavaScript"> function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } </script> </head> <link rel="stylesheet" href=../image/style1.css type="text/css"> <body background=../image/back.jpg> <center> <table border="0" bordercolor=black width=100%> <tr> <td> <table border="1" bordercolor=black cellpadding="5" cellspacing="5" width="100%" height="100%" background="back.jpg"> <tr> <td valign="top" height=20> <table width=100% height="100%" border="0" bordercolor=black> <tr height=20%> <td valign=top colspan=2 align=center><img src=../image/fmenu/tea.jpg></td> </tr> </table> </td> </tr> <tr> <td valign=top> <table border="0" width="100%" > <tr> <td></td> </tr> <tr> <td> <p align="center"><a name="Indian Drinks"><big><em><big>Indian Drinks</big></em></big></a></p> <p align="center"><em><strong>LASSI ...... $4.50<br></strong> Mango juice with home made yogurt. Served cold</em></p> <p align="center"><a name="Indian Drinks"><big><em><big>Drinks</big></em></big></a></p> <p align="center"><em><strong>SOFT DRINKS ...... $1.50<br></strong> </em></p> <p align="center"><em><strong>MANGO JUICE (1 LITER) ...... $4.50<br></strong> </em></p> <!--<p align="center"><em><strong>INDIAN CHA ...... $1.75</strong><br> Tea, traditionally prepared with some flavored spices and milk.</em></p> <p align="center"><em><strong>SPICE TEA ...... $1.50<br></strong> A tropical Indian tea flavourd with fine and delicate herbs</em></p>--> <hr width="45%"> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>