Sie sind auf Seite 1von 30

HTML CODE Home Page <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top:

0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li>

<li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li> <li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul> <!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! SlideShow> <br/> <br/> <br/> <br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<img src="/Volumes/YYYYYYYYYYY/WE-NewProj/Screen shot 2012-10-15 at 4.17.59 PM.png" name="slide" width="600" height="300" /> <script> <!-//variable that will increment through the images var step=1 function slideit(){ //if browser does not support the image object, exit. if (!document.images) return document.images.slide.src=eval("image"+step+".src") if (step<3) step++ else step=1 //call function "slideit()" every 2.5 seconds setTimeout("slideit()",2500) } slideit() //--> </script>

ABOUT US PAGE <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li>

<li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li> <li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul> <!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="2"; color="green"> About Us<font/><br/><br/><br/><br/> </body> </html> <body> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sony Creative Software inspires artistic expression with its award-winning line of products for digital video, audio, and &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;music production, as

well as industry-leading technology for DVD production and Blu-ray Disc authoring.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp; Sound Forge Pro, ACID Pro, and Vegas Pro software have defined digital content creation for a generation of creative professionals. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;These signature product lines continue to advance media production by providing powerful, accessible tools. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;Today, there is a Sony Creative Software application for every level of expertise, including a full line of &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; consumer software based on the company's professional applications. In addition, Sony Creative Software&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; produces the extensive Sony Sound Series collection of royalty-free loops.

PRODUCTS

<body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li>

<li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li> <li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul> <!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="green"> Our Products<font/><br/><br/><br/><br/> </body> </html> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="GREEN"> NEW COLLECTION OF OUR PHONES<font/><br/><br/> <table border="1" align="center" cell padding ="0" width="50%" > <tr>

<th>Phone Model</th> <th>Price</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> <tr> <td>February</td> <td>$80</td>

</tr>

</table>

PHOTO GALLERY <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a>

<!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li> <li><a href="Buy Online.html">Buy Online</a></li>

<li><a href="store.html">Stores</a></li> <li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul> <!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="green"> Photo Gallery<font/><br/><br/><br/><br/> </body> </html> <script type="text/javascript"> <!-var image1=new Image() image1.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/images.gif" var image2=new Image() image2.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/IMG_1761.gif" var image3=new Image() image3.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/oemplug-in-connector-sonye.gif" var image4=new Image() image4.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/p910naviscreen.gif"

var image5=new Image() image5.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/mob5.gif" var image6=new Image() image6.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/mob4.gif" var image7=new Image() image7.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/mob3.gif" var image8=new Image() image8.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/mob2.gif" var image9=new Image() image9.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/mob1.gif" var image10=new Image() image10.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/pic01.gif" var image11=new Image() image11.src="/Volumes/YYYYYYYYYYY/WE-NewProj/edited images/hbv100-bluetooth-voip-kit.gif"

//-->` </script> <!SLIDE SHOW IMAGES>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<img src="/Users/siddeshdhauskar/Desktop/evs/web/pctures/animal_0024.jpg" name="slide" width="400" height="400" /> <script> <!-//variable that will increment through the images var step=1 function slideit(){ //if browser does not support the image object, exit. if (!document.images) return document.images.slide.src=eval("image"+step+".src") if (step<11) step++ else step=1

//call function "slideit()" every 2.5 seconds setTimeout("slideit()",2500) } slideit() //--> </script>

ACCESSORIES <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li> <li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li>

<li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul><!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="green"> Our Products<font/><br/><br/><br/><br/> </body> </html> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="GREEN"> NEW COLLECTION OF OUR PHONES<font/><br/><br/> <table border="1" align="center" cell padding ="0" width="50%" > <tr> <th>Accesories</th> <th>Price</th> </tr>

<tr> <td>New Sony Walkman Hands Free</td> <td>$10</td> </tr> <tr> <td>Sony Bluetooh Headset</td> <td>$8</td> </tr> <tr> <td>Sony Ipod Speakers</td> <td>$7</td> </tr> <tr> <td>Sony Erricson Arc Game's Set</td> <td>$12</td> </tr> <tr> <td>February</td> <td>$35</td> </tr> <tr> <td>Sony Screen Guard</td> <td>$14</td> </tr>

</table>

BUY ONLINE <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li>

<li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li> <li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul><!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="green"> Please Fill the Submission Form<font/><br/><br/><br/><br/> </body> <html> <html> <head> <title>Buy Online</title> <script language=javascript> function valCno() { if(isNaN(f1.cno.value)) { alert("Enter valid Contact no."); f1.cno.value=""; f1.cno.focus(); } }

function valName() { if(isNaN(f1.name.value)==false) { alert("Enter valid name"); f1.name.value=""; f1.name.focus(); } } function check() { if (f1.pro[0].selected==true) { alert("SELECT A MODEL"); f1.pro.focus(); return false; } if(f1.name.value=="" || f1.E_mail.value=="" ||f1.cno.value=="" || f1.adress.value=="") { flag=1; alert("ENTER ALL THE FIELDS"); f1.name.focus(); return false; } } function valEmail() { var flag=true; str1=f1.E_mail.value; n1=str1.indexOf("."); n2=str1.indexOf("@"); n3=str1.lastIndexOf("."); m=str1.length-1; l=str1.split("@"); s=str1.substring(0,n2); p=s.split("."); s1=str1.substring(n2,m); q=s1.split("."); if(((n1==-1)||(n2==-1)||(str1.charAt(0)==0) ||(str1.charAt(0)==1)||(str1.charAt(0)==2)||(str1.charAt(0)==3)||(str1.charAt(0)= =4)||(str1.charAt(0)==5)||(str1.charAt(0)==6)||(str1.charAt(0)==7)||(str1.charAt( 0)==8)||(str1.charAt(0)==9)||(n1==0)||(n2==0)||((n2-n1)==1)||((n3-n2)==1)||((mn3)>3)||(p.length>2)||(l.length>2)||((q.length)>3)) && (flag==true)) {

alert("Invalid Email-ID"); f1.E_mail.focus(); f1.E_mail.value=""; flag=false; flg=1; } for(i=0;i<str1.length;i++) { if((str1.charAt(i)==" " || str1.charAt(i)=='#' || str1.charAt(i)=='$'|| str1.charAt(i)=='%' || str1.charAt(i)=='?' || str1.charAt(i)=="'/'") && (flag==true)) { alert("Invalid Email-ID"); f1.E_mail.focus(); f1.E_mail.value=""; flag=false; flg=1; } } }

function valper() { if(isNaN(f1.person.value)==false) alert("Enter valid Contact Person"); {

f1.person.focus(); } }

</script> </head> <BODY> <form name=f1 method="post" action="Thankyou.html"> <center> <BR> <table border=2 cellspacing=4 cellpadding=2> <tr><td colspan=3><center><Font color=maroon size=5 face="Bookman Old

Style"><b>Buy Online Form</b></font></center></td></tr> </table> <br><br> <table width="100%" height="288" border=0> <tr> <td width=10><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name </b></td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td> <input type="text" name="name" size="30" onChange=valName()> </td> </tr> <tr><td colspan=3></td></tr><tr><td colspan=3></td></tr> <tr> <td> <b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Person</b> </td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td> <input type="text" name="person" size="30" onChange=valper()></td> </tr> <tr><td colspan=3></td></tr><tr><td colspan=3></td></tr> <td> <b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Address</ b> </td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td> <textarea name="address" cols="30" rows="4"></textarea></td> <td rowspan=18><img src="IMAGES\preview.jpg" name="i1" width="300" height="250"><font color=blue></td>

</tr> <tr><td colspan=3></td></tr><tr><td colspan=3></td></tr> <tr> <td> <b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;City</b></ td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td><select name="city" > <option value="Mumbai">Mumbai</option> <option value="Pune">Pune</option> <option value="Navi Mumbai">Navi Mumbai</option> <option value="Chennai">Chennai</option> <option value="New Delhi">New Delhi</option> <option value="Kalyan">Kalyan</option> </select> </td> </tr> <tr><td colspan=3></td></tr><tr><td colspan=3></td></tr> <tr> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact No</b></td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td> <input type="text" name="cno" size="20" onChange=valCno()></td> </tr> <tr><td colspan=3></td></tr><tr><td colspan=3></td></tr> <tr> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EMailID </b></td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td> <input type="text" name="E_mail" size="35" onChange=valEmail()></td> </tr>

<tr><td colspan=3></td></tr><tr><td colspan=3></td></tr>

<tr><td><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M odel Name</b></td> <td><b>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;</b></td> <td> <SELECT name=pro onChange="change()"> <OPTION> ---------Select--------- </option> <OPTION> SonyEricsson_J100i </option> <OPTION> SonyEricsson_J220i </option> <OPTION> SonyEricsson_J230i </option> <OPTION> SonyEricsson_K310i </option> <OPTION> SonyEricsson_K320i </option> <OPTION> SonyEricsson_K510i </option> <OPTION> SonyEricsson_K550i </option> <OPTION> SonyEricsson_K610i </option> <OPTION> SonyEricsson_K750i </option> <OPTION> SonyEricsson_K790i </option> <OPTION> SonyEricsson_M600i </option> <OPTION> SonyEricsson_P990i </option> <OPTION> SonyEricsson_W200i </option> <OPTION> SonyEricsson_W300i </option> <OPTION> SonyEricsson_W550i </option> <OPTION> SonyEricsson_W700i </option> <OPTION> SonyEricsson_W710i </option> <OPTION> SonyEricsson_W810i </option> <OPTION> SonyEricsson_W850i </option> <OPTION> SonyEricsson_W880i </option> <OPTION> SonyEricsson_W950i </option> <OPTION> SonyEricsson_Z530i </option> <OPTION> SonyEricsson_Z550i </option> <OPTION> SonyEricsson_Z610i </option> <OPTION> SonyEricsson_Z710i </option> </select> </tr> </td>

<tr><td colspan=3></td></tr><tr><td colspan=3></td></tr> <tr> <td colspan="3"> <br> <center> <p> <input type="submit" name="Submit" value="Submit Information" onClick="return check()"></p> <p><input type="reset" name="Reset" value="Reset"></p> </center>

</td> <td>&nbsp;</td> </tr> <tr><td colspan=3><br><center> </center> </td><td>&nbsp;</td></tr> </table>

</font> </form> </body> </html>

STORES <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li> <li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li> <li><a href="Contact Us.html">Contact Us</a></li>

<li><a href="#">Feedback</a></li> </ul> <!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="green"> Our Stores<font/><br/><br/><br/><br/> </body> </html> </body> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="2"; color="black"> </body> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"SONY CENTER" Giriraj Society,SHPno/23 <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;PlotNo-19,Parel, Mumbai-400012 <font/> <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LandMark: Near Pheonix Mills <font/>

CONTACT US <body style='background-color: silver ; margin: 0px; height: 100%;'> <div style='position: fixed; top: 0; left: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <div style='position: fixed; top: 0; right: 0; width: 20%; height: 400%; background-color: Lavender; z-index: 1;'></div> <div style='position:right ; top: 0; left: 0; z-index: 2; width: 100%;'> </div> <! SONY IMAGE> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="sonyhome.html"><img src="/Volumes/YYYYYYYYYYY/WENewProj/sony-ericsson-logo.jpg" alt="Big Boat";width="5%" height="25%"></a> <!marquee image> <!-- marquee--> <font face= "verdana"; font size="3"; color="silver"> <marquee bgcolor=" green" marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Sony Ericsson India welcomes you to our website.Hope you get all the Information.</marquee></font> <!menu> <script type="text/javascript" src="TacoComponents/MooTools/mootools.js"></script> <script type="text/javascript" src="TacoComponents/MenuMatic/MenuMatic.js"></script> <link rel="stylesheet" type="text/css" href="TacoComponents/MenuMatic/MenuMatic_myNavigationMenu.css" /> <ul id="myNavigationMenu"> <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> <li><a href="sonyhome.html">Home</a></li> <li><a href="About Us.html">About Us</a></li> <li><a href="Products.html">Products</a></li> <li><a href="PhotoGallery.html">PhotoGallery</a></li> <li><a href="Accesories.html">Accesories</a></li> <li><a href="Buy Online.html">Buy Online</a></li> <li><a href="store.html">Stores</a></li>

<li><a href="Contact Us.html">Contact Us</a></li> <li><a href="#">Feedback</a></li> </ul> <!-- Create a MenuMatic Instance --> <script type="text/javascript" > window.addEvent('load', function() { var myMenu = new MenuMatic({ id: 'myNavigationMenu', subMenusContainerId: 'myNavigationMenu_menuContainer', orientation: 'horizontal', effect: 'slide & fade', duration: 800, hideDelay: 1000, opacity: 100}); }); </script> <! About Us> <html>

<body><br/><br/><br/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="4"; color="green"> Contact Us<font/><br/><br/><br/><br/> </body> </html> </body> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<font face= "verdana"; font size="2"; color="black"> </body> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A/904,Om Residency, Jarbai Wadia Road <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Par el, Mumbai-400012 <font/> <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone Number: 9324719379 <font/>

Das könnte Ihnen auch gefallen