<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/fmenu/tea.jpg></td> </tr> </table> </td> </tr> <tr> <td valign=top> <table border="0" width="100%" > <tr> <td></td> </tr> <tr> <td> <p align="center"><a name="Boissons Indiennes"><big><em><big>Boissons Indiennes</big></em></big></a></p> <p align="center"><em><strong>LASSI ...... $4.50<br></strong> Boisson au yogourt rafraîchissante sucrée ou salée. </em></p> <p align="center"><a name="Boissons Indiennes"><big><em><big>Boissons </big></em></big></a></p> <p align="center"><em><strong>LIQUERS DOUCES ...... $1.50</strong><br> </em></p> <p align="center"><em><strong>JUS DE MANGUES (1 Litre) ...... $4.50<br></strong> </em></p> <hr width="45%"> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>