ÿþ<!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/fashion21.jpg" height="550"></td> <td><img src="gallery/fashion25.jpg" height="550"></td> <td><img src="gallery/fashion23.jpg" height="550"></td> <td><img src="gallery/fashion27.jpg" height="550"></td> <td><img src="gallery/beauty05.jpg" height="550"></td> <td><img src="gallery/por30.jpg" height="550"></td> <td><img src="gallery/por34.jpg" height="550"></td> <td><img src="gallery/fashion32.jpg" height="550"></td> <td><img src="gallery/fashion30.jpg" height="550"></td> <td><img src="gallery/fashion22.jpg" height="550"></td> <td><img src="gallery/fashion29.jpg" height="550"></td> <td><img src="gallery/fashion28.jpg" height="550"></td> <td><img src="gallery/por40.jpg" height="550"></td> <td><img src="gallery/por17.jpg" height="550"></td> <td><img src="gallery/beauty10.jpg" height="550"></td> <td><img src="gallery/fashion01.jpg" height="550" /></td> <td><img src="gallery/por07.jpg" height="550" /></td> <td><img src="gallery/por24.jpg" height="550" /></td> <td><img src="gallery/ent11.jpg" height="550" /></td> <td><img src="gallery/ad04.jpg" height="550" /></td> <td><img src="gallery/por21.jpg" height="550" /></td> </tr> </table> </div> </body> </html>