<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <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 background=../image/back.jpg> <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/chickenbiryani.jpg width="218" height="140"></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="Bookman Old Style"><a name="BIRYANIS"><big> <em style="font-style: normal; font-weight: 700"><big><font size="6">BIRYANIS</font></big></em></big></a></font></p> <p align="center"><em><strong style="font-weight: 400">These dished consist of rice fried together with meat or vegetables whereby their flavors permeates the rice. Biryanis are garnished with almonds, sultanas, eggs and fried onions.<br></strong> </em></p> <p align="center"><em style="font-style: normal"><strong>VEGETABLE BIRYANIS&nbsp; ......&nbsp; $12.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>BEEF BIRYANIS&nbsp;&nbsp; ......&nbsp; $13.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>LAMB BIRYANIS&nbsp; ......&nbsp; $14.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>CHICKEN BIRYANIS&nbsp; ......&nbsp; $13.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>SHRIMP BIRYANIS&nbsp; ......&nbsp; $15.99</strong></em></p> <!--<p align="center"><em style="font-style: normal"><strong>&nbsp;CHICKEN TIKKA BIRYANIS ......$14.99</strong></em></p>--> <hr width="25%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>