<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 bgcolor="#EDAE01"> <center> <table border="0" bordercolor=black width=100%> <tr> <td> <table border="1" bordercolor=black cellpadding="0" cellspacing="0" width="100%" height="500" 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 bgcolor=black> <img src=../image/fmenu/appti.jpg width="240" height="176"></td> </tr> </table> </td> </tr> <tr> <td valign=top> <table border="0" width="100%" > <tr> <td></td> </tr> <tr> <td> <p align="center"><font face="Microsoft Sans Serif"><a name="APPETIZERS"><big> <em style="font-style: normal; text-decoration: underline; font-weight: 700"><big>LES ENTRÉES</big></em></big></a></font></p> <p align="center"><em><strong>SOUPE MULLIGATAWNY......$3.99<br></strong> Soupe anglo-indienne traditionnelle composée de lentilles, légumes frais et d épices dans un bouillon de poulet. </em></p> <p align="center"><em><strong>DALL SOUPE ......$3.99<br></strong> Soupe aux lentilles moyennement épicée. </em></p> <p align="center"><em><strong>OIGNONs BHAJI ......$3.99</strong><br> Tranches d'oignons assaisonnées de délicieuses épices puis trempées dans du beurre indien et frites.</em></p> <p align="center"><em><strong>LÉGUMES SAMOSA ......$3.99<br></strong> Triangle feuilleté farci d'une macédoine de légumes épicés puis frit.</em></p> <p align="center"><em><strong>LÉGUMES PAKURA ......$3.99<br></strong> Légumes assortis, épicés, puis enduits d'une pâte de lentilles et cuits.</em></p> <p align="center"><em><strong>SHEEK KEBAB ......$4.99<br></strong> Boeuf haché mariné et assaisonné d'herbes orientales et d'épices, puis cuit sur broche au tandoor.</em></p> <p align="center"><em><strong>SHAMI KEBAB ......$4.99<br></strong> Boulettes de boeuf tendre légèrement relevées.</em></p> <p align="center"><em><strong>POULET TIKKA ......$6.99<br></strong> Brochette de poulet mariné cuite au tandoor.</em></p> <p align="center"><em><strong>La CREVETTES PURI ......$7.99<br></strong> Crevettes légèrement relevées, cuites avec tomates, poivrons verts et oignons, puis accompagnées d'un petit pain de blé entier.</em></p> <p align="center"><em><strong>ASSIETTE D'ENTRÉES ASSORTIES ......$7.99<br></strong> Assortiment de brochettes et de bhaji.</em></p> <p align="center"><em><strong>SALAD VERTE ......$6.99<br></strong></em></p> <hr width="25%"> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>