ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style type="text/css" id="page-css"> /* Styles specific to this particular page */ html { overflow: auto; } #full-page-container { overflow: auto; } .scroll-pane { width: 100%; height: 200px; overflow: auto; } .horizontal-only { height: auto; max-height: 200px; } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script language=JavaScript> var message="He lies, he bluffs he's unreliable!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script> </head> <body> <div id="full-page-container"> <table border="0" cellpadding="0" cellspacing="1" width="100%"> <tr> <td><img src="gallery/fashion41.jpg" height="550"></td> <td><img src="gallery/por09.jpg" height="550"></td> <td><img src="gallery/fashion41e.jpg" height="550"></td> <td><img src="gallery/fashion41b.jpg" height="550"></td> <td><img src="gallery/fashion41c.jpg" height="550"></td> <td><img src="gallery/fashion41d.jpg" height="550"></td> <td><img src="gallery/01.jpg" height="550"></td> <td><img src="gallery/02.jpg" height="550"></td> <td><img src="gallery/05.jpg" height="550"></td> <td><img src="gallery/04.jpg" height="550"></td> <td><img src="gallery/03.jpg" height="550"></td> <td><img src="gallery/fashion04.jpg" height="550"></td> <td><img src="gallery/fashion07.jpg" height="550"></td> <td><img src="gallery/fashion13.jpg" height="550"></td> <td><img src="gallery/fashion11.jpg" height="550"></td> <td><img src="gallery/fashion10.jpg" height="550"></td> <td><img src="gallery/fashion33.jpg" height="550"></td> <td><img src="gallery/fashion36.jpg" height="550"></td> <td><img src="gallery/fashion38.jpg" height="550"></td> <td><img src="gallery/fashion40.jpg" height="550"></td> <td><img src="gallery/fashion43.jpg" height="550"></td> <td><img src="gallery/fashion16.jpg" height="550"></td> <td><img src="gallery/fashion18.jpg" height="550"></td> <td><img src="gallery/fashion20.jpg" height="550"></td> </tr> </table> </div> </body> </html>