<!-- Minus AutoDato -->
<!-- Begin
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" style="font-size:12px;color: #003C5E;font-family: arial;background-color:#ffffff;" onChange="selectaplace(this.form)" size=1>');
document.write('<option value="http://www.shop4offers.co.uk/site-map.htm">Articles Search ....</option>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/creditcards.htm#credit-card-advice">Credit card advice?</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/phones.htm#free-line-rental">How does free line rental work?</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/what-is-broadband.htm">What is Broadband?</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/adsl-troubleshooting.htm">Broadband troubleshooting</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/what-is-skype.htm">What is Skype?</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/freecreditreport.htm">Free credit report</OPTION>');
document.write('<option value="http://www.shop4offers.co.uk/site-map.htm"></option>');
document.write('<option value="http://www.shop4offers.co.uk/site-map.htm">Features Search ....</option>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/sky.htm">Sky Digital feature</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/savastore.htm">Savastore computers feature</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/ebay/index.php">eBay feature</OPTION>');
document.write('<option value="http://www.shop4offers.co.uk/site-map.htm"></option>');
document.write('<option value="http://www.shop4offers.co.uk/site-map.htm">Shop4offers.co.uk related ....</option>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/shop-directory.htm">UK Shop Directory</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/site-map.htm">Site Map</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/freeoffer.htm">Freebies</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/contact/_inc/email.htm">Subscribe to Newsletter</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/disclaimer.htm">Disclaimer</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/contact/_inc/email.htm">Contact us</OPTION>');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

// End -->