<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"> <table border="0" bordercolor=black width=100% ALIGN="CENTER"> <tr> <td> <table border="1" bordercolor=black cellpadding="5" cellspacing="5" 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><img src=../image/fmenu/chicken.jpg></td> </tr> </table> </td> </tr> <tr> <td valign=top> <table border="0" width="100%" > <tr> <td></td> </tr> <tr> <td> <center> <P><a name='LAMB DISHES'><big><em><strong>LAMB DISHES</em></strong></big></a></p> <p><em><strong>LAMB CURRY ......11.99</em></strong>$ <BR>cubes of lamb cooked with exotic medium spices, tomatoes and onions. Served in a succulent sauce. </P> <P><em><strong>LAMB BHOONA ......$11.99</em></strong> <BR>Lamb dish prepared with extra onions and spices, green peppers and tomatoes. Served in its own juices. </P> <P><em><strong>LAMB MADRAS ......$12.99</em></strong> <BR>Extra spicy lamb curry prepared in the madras or southern Indian style. Hot. </P> <!--<P><em><strong>LAMB DUPIAZA ......$11.99</em></strong> <BR>Cubes of lamb moderately spiced and garnished with diced onion. LAMB </P>--> <P><em><strong>KORMA ......$12.99</em></strong> <BR>A lamb curry in which the addition of exotic spices and cream makes it a distinctive slightly sweet dish, with almonds and sultanas. </P> <P><em><strong>LAMB PASANDA ......$12.99</em></strong> <BR>Lamb cooked with the chef s special marinated spices, home made cheese, herbs and tandoori sauce. </P> <P><em><strong>SAAG LAMB ......$12.99</em></strong> <BR>Special spices lamb dish. Cooked with spinach and fresh ginger. </P> <P><em><strong>LAMB TIKKA MASSALLA ......$13.99</em></strong> <BR>Lamb roasted on skewers in the tandoor, then cooked with spices and the chef s special tandoori sauce. Served with fresh cream. </P> </center> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>