<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> <link rel="stylesheet" href=../image/style1.css type="text/css"> </head> <body bgcolor="#EDAE01"> <table border="0" bordercolor=black width=100%> <tr> <td> <table border="1" bordercolor=black cellpadding="5" cellspacing="5" width="100%" height="500"> <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/curry1.jpg width="198" height="152"></td> </tr> </table> </td> </tr> <tr> <td valign=top> <table border="0" width="100%" > <tr> <td width="100%"></td> </tr> <tr> <td width="100%"> <p align="center"><b><font size="6" face="Comic Sans MS">Chicken Dishes</font></b></p> <p align="center"><em style="font-style: normal"><strong>Chicken Curry ......$10.99<br></strong> </em><em>Tender chicken cooked with tomatoes, onions and spices. served in a rich thick sauce.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Madras ......$11.99<br></strong> </em><em>Chicken curry prepared with red chilies and spices in the madras or southern Indian style. Hot.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Vindaloo ......$12.99</strong><br> </em><em>A very hot curry prepared with lots of hot favorable spices, potato cubes and red chilies.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Bangalore Phal ...... $11.99<br></strong> </em><em>A very hot chicken curry prepared with extra red chilies and flavorful spices.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Dhanshak ...... $11.99<br></strong> </em><em>A hot sweet and sour chicken dish in the Parsee prepared with lentils. Fairly hot.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Kashmiri ...... $11.99<br></strong> </em><em>A chicken curry in the Kashmiri style, with fresh fruits, almonds and sultanas .</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Korma ...... $11.99<br></strong> </em><em>Very mild curry cooked with exotic spices, sultanas, coconut, peanut and cream.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Pasanda......$11.99<br></strong> </em><em>Chicken with almonds, coconut and homemade cheese. Cooked with the chef s&nbsp; tandoori sauce</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Tikka Masala ......$12.99<br></strong> </em><em>Boneless chicken roasted in the tandoor, then cooked with onions, special spices and the chef s special tandoori sauce. Served with fresh cream.</em></p> <p align="center"><em style="font-style: normal"><strong>Butter Chicken ......$12.99<br></strong> </em><em>Diced succulent chicken roasted on skewers in the tandoor, then cooked with cream and Indian butter, garnished with almonds and pistachio nuts. Mild but essentially most flavorful.</em></p> <p align="center"><em style="font-style: normal"><strong>Chicken Bhoona ......$11.99<br></strong> </em><em>A sort or curry cooked with special spices, green peppers and tomatoes. Served in its own very thick juices. </em></p> <hr width="25%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>