<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/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">Ce met se compose de riz frit accompagné de morceaux de viande ou de légumes qui lui donnent toute sa saveur. Les biryanis sont garnis d'amandes, de raisin Smyrne, et d'oignon frit. <br></strong> </em></p> <p align="center"><em style="font-style: normal"><strong>LÉGUMES BIRYANIS&nbsp; ......&nbsp; $11.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>BOEUF BIRYANIS&nbsp;&nbsp; ......&nbsp; $12.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>L'AGNEAU BIRYANIS&nbsp; ......&nbsp; $14.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>POULET BIRYANIS&nbsp; ......&nbsp; $13.99</strong></em></p> <p align="center"><em style="font-style: normal"><strong>CREVETTES BIRYANIS&nbsp; ......&nbsp; $15.99</strong></em></p> <!--<p align="center"><em style="font-style: normal"><strong>POULET TIKKA BIRYANIS ...... $16.99</strong></em></p>--> <hr width="25%"> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>