<html> <!--Generated by Angelfire: L05S00--> <head> <title></title> </head> <body bgcolor="#ffffff" background="POURING.gif" text="#000000" link="#0000ff" alink="#800080" vlink="#ff0000"> <basefont size="3"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0"> <tr><td> <!--Freetext--><!-- THREE STEPS TO INSTALL GLOW TEXT: 1. Copy the coding into the HEAD of your HTML document 2. Add the onLoad event handler into the BODY tag 3. Put the last coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <style> .F1 {filter: glow(Color=#FF8000,Strength=10); width=200px; height=200px;} .F2 {filter: glow(Color=#00FF00,Strength=9); width=150px; height=200px;} .F3 {filter: glow(Color=#0080FF,Strength=12); width=250px; height=200px;} </style> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: CodeLifter.com (support@codelifter.com) --> <!-- Web Site: http://www.codelifter.com --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var rate = 1000 // do not edit below this line var i = 0; var F = 'F1'; function doThing() { if (document.getElementById&&document.all) { ok = true; i++; if (i==1) F = 'F1'; if (i==2) F = 'F2'; if (i==3) F = 'F3'; YammaYamma.className = F; if (i > 2) i = 0; timer = setTimeout('doThing()', rate); } } // End --> </script> </HEAD> <!-- STEP TWO: Insert the onLoad event handler into your BODY tag --> <BODY onLoad="doThing()"> <!-- STEP THREE: Copy this code into the BODY of your HTML document --> <center> <table width="250" cellspacing="0" cellpadding="10"> <tr> <td> <center> <font face="Courier" size="5" color="#FFFFFF"> <p id="YammaYamma"> <b>MENU</p> </font> </center> </td> </tr> </table> </center> <!-- Script Size: 1.88 KB --><!-- TWO STEPS TO INSTALL INDENT MENU: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <!-- Original: CodeLifter.com (support@codelifter.com) --> <!-- Web Site: http://www.codelifter.com --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <style> <!-- Begin .BorderOn { width:90px; margin-left:10px; border:1px solid #456789 } .BorderOff { width:90px; margin-left:0px; border:1px solid #444444 } A.mBlue:link {color:#00CCFF; text-decoration:none;} A.mBlue:visited {color:#00CCFF; text-decoration:none;} A.mBlue:active {color:#00CCFF; text-decoration:none;} A.mBlue:hover {color:#FF0000; text-decoration:underline;} A.mGreen:link {color:#00FF80; text-decoration:none;} A.mGreen:visited {color:#00FF80; text-decoration:none;} A.mGreen:active {color:#00FF80; text-decoration:none;} A.mGreen:hover {color:#FF0000; text-decoration:underline;} A.mYellow:link {color:#FFFF00; text-decoration:none;} A.mYellow:visited {color:#FFFF00; text-decoration:none;} A.mYellow:active {color:#FFFF00; text-decoration:none;} A.mYellow:hover {color:#FF0000; text-decoration:underline;} //--> </style> <script language="JavaScript1.2"> <!-- Begin offMessage = "Add this menu to your site!" function boxOn(which,message) { if (document.all||document.getElementById) { which.className = 'BorderOn'; if (document.getElementById) { document.getElementById("Message").innerHTML = message } else { Message.innerHTML = message; } } } function boxOff(which) { if (document.all||document.getElementById) { which.className = 'BorderOff'; if (document.getElementById) { document.getElementById("Message").innerHTML = offMessage } else { Message.innerHTML = offMessage; } } } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <!-- Outer Container Table //--> <table cellpadding="0" cellspacing="0" width="100"> <tr> <td align="center"> <!-- Header Table // --> <table cellpadding="3" cellspacing="0" bgcolor="#000000" class="BorderOff"> <tr> <td> <font color="#FEDCBA" size="2" face="Arial">Heading</font> </td> </tr> </table> <!-- End Header Table //--> <!-- Menu Items Tables - To add more, just follow the pattern - Note class= in each <a href> to attach link style colors //--> <!-- Menu Item One Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Questions')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mBlue" href=" http://www.angelfire.com/80s/midgere/READTHIS " target="_blank">READ THIS</a></font> </td> </tr> </table> <!-- Menu Item Two Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'The 1983 yearbook gallery')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mBlue" href=" http://www.angelfire.com/80s/midgere/1983" target="_blank">Yearbook</a></font> </td> </tr> </table> <!-- Menu Item Three Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A rich kids gallery')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mGreen" href=" http://www.angelfire.com/80s/midgere/RICH " target="_blank">Rich kIDS</a></font> </td> </tr> </table> <!-- Menu Item Four Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Anouther gallery of the rich kids')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/RICHKIDS " target="_blank">Rich kids2</a></font> </td> </tr> </table> <!-- Menu Item Five Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/ULTRAVOX " target="_blank">Ultravox </a></font> </td> </tr> </table> <!-- Menu Item Six Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/PORTRAIT " target="_blank">Ultravox2 </a></font> </td> </tr> </table> <!-- Menu Item Seven Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/UVOX " target="_blank">Ultravox3 </a></font> </td> </tr> </table> <!-- Menu Item Eight Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/moving%20pictures%20and%20ultravox%20gallery.html " target="_blank">Ultravox4 </a></font> </td> </tr> </table> <!-- Menu Item Nine Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/moving " target="_blank">Ultravox5 </a></font> </td> </tr> </table> <!-- Menu Item Ten Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A Solo gallery')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/SOLO " target="_blank">SOLO </a></font> </td> </tr> </table> <!-- Menu Item Eleven Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A Solo gallery')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/ANOTHER " target="_blank">SOLO2 </a></font> </td> </tr> </table> <!-- Menu Item Twelve Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A Solo gallery')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/NO " target="_blank">SOLO3 </a></font> </td> </tr> </table> <!-- Menu Item Thirteen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A Solo gallery')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/ONE " target="_blank">SOLO4 </a></font> </td> </tr> </table> <!-- Menu Item Fourteen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A band/live aid gallery)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/BAND " target="_blank">BAND AID</a></font> </td> </tr> </table> <!-- Menu Item Fifteen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Midge performing gallery)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/PERFORMING " target="_blank">Performing live</a></font> </td> </tr> </table> <!-- Menu Item Sixteen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Midges tv gallery)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/TV " target="_blank">TV </a></font> </td> </tr> </table> <!-- Menu Item Seventeen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Video stills)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/VIDEO " target="_blank">Video </a></font> </td> </tr> </table> <!-- Menu Item Eighteen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Pictures involving Midge and Paula Yates)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/PAULMIDGE " target="_blank">Midge āNā Paula </a></font> </td> </tr> </table> <!-- Menu Item Nineteen Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Gallery involving Midges family)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/FAMILY " target="_blank">Family man </a></font> </td> </tr> </table> <!-- Menu Item Twenty Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A no regrets gallery)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/REGRETS " target="_blank">No regrets </a></font> </td> </tr> </table> <!-- Menu Item Twenty one Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A no regrets gallery)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/NR " target="_blank">No regrets2 </a></font> </td> </tr> </table> <!-- Menu Item Twenty two Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A welcome page)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/index.html " target="_blank">Wotcha </a></font> </td> </tr> </table> <!-- Menu Item Twenty three Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'The life and times of the man himself)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/BIOGRAPHY " target="_blank">Biography </a></font> </td> </tr> </table> <!-- Menu Item Twenty four Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'News updated every week)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/NEWS " target="_blank">News </a></font> </td> </tr> </table> <!-- Menu Item Twenty five Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'poetry in motion)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/LYRICS " target="_blank">Lyrics </a></font> </td> </tr> </table> <!-- Menu Item Twenty Six Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'See the other great sites around the world)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/LINKS " target="_blank">Links </a></font> </td> </tr> </table> <!-- Menu Item Twenty Seven Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Words of wisdom)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/QUOTES " target="_blank">Quotes </a></font> </td> </tr> </table> <!-- Menu Item Twenty Eight Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Not much there but nice to keep!)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://chrissiesimonds.20megsfree.com " target="_blank">The origanal page </a></font> </td> </tr> </table> <!-- Menu Item Twenty nine Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'leave a message send in tales or help with the site!)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/CONTACT " target="_blank">Contact me </a></font> </td> </tr> </table> <!-- Menu Item Thirty Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Why not post me your own banners!)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/BANNER2" target="_blank">Banners2 </a></font> </td> </tr> </table> <!-- Menu Item Thirty one Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Why not post me your own banners!)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/BANNERS " target="_blank">Banners </a></font> </td> </tr> </table> <!-- Menu Item Thirty two Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Play Vienna Yourself!)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/HOW " target="_blank">How to play Vienna </a></font> </td> </tr> </table> <!-- Menu Item Thirty three Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'Take the surveys, includes Wheres midge?!)" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/SURVEYS " target="_blank">Surveys </a></font> </td><!-- Menu Item Thirty Four Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,' Magazine articles')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/mags " target="_blank">MAGS</a></font> </td> </tr> </table><!-- Menu Item Thirty Five Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/THEFIRSTTIME" target="_blank">midge sightings </a></font> </td> </tr> </table> <!-- Menu Item Thirty Six Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/BANDS " target="_blank">Info of the bands midge has been in </a></font> </td> </tr> </table><!-- Menu Item Thirty Seven Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/CHAT" target="_blank">What people have said about midge and why!</a></font> </td> </tr> </table><!-- Menu Item Thirty Eight Table //--> <table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'A gallery for ultravox')" onMouseout="boxOff(this)"> <tr> <td> <font color="#00FF80" size="2" face="Arial"><a class="mYellow" href=" http://www.angelfire.com/80s/midgere/VISAGE" target="_blank">Visage gallery</a></font> </td> </tr> </table> </tr> </table> <!-- End Menu Items Tables //--> <!-- Message Table //--> <!-- Set the width= of this table the same as the overall width in the <style> //--> <table cellpadding="1" cellspacing="0" bgcolor="#444444" width="90"> <tr> <td> <!-- Set the width= of this table to the overall width in the style table minus 2x the border width; set the height= long (large) enough to accommodate your longest message //--> <table cellpadding="3" cellspacing="0" bgcolor="#000000" width="88" height="100"> <tr> <td align="left" valign="top"> <font id="Message" color="#CBA987" size="2" face="Arial">Move your mouse over the menu items.</font> </td> </tr> </table> </td> </tr> </table> <!-- End Message Table //--> </td> </tr> </table> <!-- End Outer Container Table //--> <!-- END OF MENU //--> <!-- Script Size: 5.35 KB --> <!--EndFreetext--> <p> </td></tr> </table> </div> </body> </html>