<html> <head> <title>:: Welcome to Washing-Machine</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>   <script type="text/javascript">    function openWin(url) {      mywin = open(url, "mywindow", "width=1010, height=731, menubar=no, resizable=no, scrollbars=no, toolbar=no", true);    }   </script>  <body bgcolor="#FFFFFF" text="#000000"> <div align="center"><br>   <br>   <br>   <br>   <br>   <br>   <img src="home.jpg" width="577" height="352" border="0" usemap="#Map">    <map name="Map">      <area shape="rect" coords="309,233,385,254" href="menu.htm" target="_parent" alt="Please enter" title="Please enter">     <area shape="rect" coords="210,33,385,214" href="menu.htm" alt="splash screen" title="splash screen">   </map> </div> </body> </html> 
