<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="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/korai.jpg width="270" height="180"></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="Book Antiqua" size="6"><b>PLATS DE KORAI</b></font></p> <p align="center"><em>Cari extraordinaire cuit dans un wok spécial (importé d'Inde) et agrementé de cubes de poivrons verts, oignons, champignons et tomates.</em></p> <p align="center"><em style="font-style: normal"><strong>KORAI LÉGUMES. ...... $11.99</strong></em> <p align="center"><em style="font-style: normal"><strong>KORAI POULET ...... $12.99</strong></em> <p align="center"><em style="font-style: normal"><strong>KORAI BOEUF ...... $12.99</strong></em> <p align="center"><em style="font-style: normal"><strong>KORAI L'AGNEAU ...... $14.99</strong></em> <p align="center"><em style="font-style: normal"><strong>KORAI CREVETTES ...... $15.99</strong></em> <br> <hr width="25%"> </td> </tr> </table> </td> </tr> </table> </center> </body> </html>