<!-- Begin
function formHandler(form) {
var windowprops = "width=800,height=600,location=yes,"
+ "scrollbars=yes,toolbar=yes,menubars=yes,resizable=yes,status=yes";

var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}
function makeMyMenu() {
document.write ('<form><select name="site" style="font-size:12px;color: #003C5E;font-family: arial;background-color:#ffffff;" onChange="formHandler(this.form)">');
document.write('<option value="http://www.shop4offers.co.uk/car-insurance.htm">Shop Search...</option>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/car-insurance.htm" TARGET="_self">------- Car Insurance -------</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=AA - Car Insurance">AA - Car Insurance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Barclays Car">Barclays Car Insurance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Budget">Budget Insurance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Churchill">Churchill</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Direct Line">Direct Line</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=easyMoney - Car">easyMoney Insurance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Elephant.co.uk">Elephant.co.uk</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Lloyds TSB">Lloyds TSB Insurance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Morethan">Morethan</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Norwich Union Direct">Norwich Union Direct</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Prudential">Prudential</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Screentrade">Screentrade</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Swinton">Swinton Car Insurance</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/car-insurance.htm" TARGET="_self">------- Car Related -------</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Approved Car Finance">Approved Car Finance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=RAC">RAC</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/money.htm" TARGET="_self">------- Home Insurance -------</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Barclays Home">Barclays Home Insurance</OPTION>');
document.write('<OPTION VALUE="home_insurance.php?m=Budget" target="_blank">Budget</OPTION>');
document.write('<OPTION VALUE="home_insurance.php?m=Churchill" target="_blank">Churchill</OPTION>');
document.write('<OPTION VALUE="home_insurance.php?m=Direct Line" target="_blank">Direct Line</OPTION>');
document.write('<OPTION VALUE="home_insurance.php?m=Eagle Star" target="_blank">Eagle Star</OPTION>');
document.write('<OPTION VALUE="lloyds-tsb.php?m=Lloyds TSB - Home" target="_blank">Lloyds TSB</OPTION>');
document.write('<OPTION VALUE="home_insurance.php?m=More Than" target="_blank">More Than</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Prudential Home">Prudential</OPTION>')
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/travel-insurance.htm" TARGET="_self">------- Travel Insurance -------</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Alpharooms.com">Alpharooms.com</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=American Express Insurance">American Express Insurance</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Churchill">Churchill</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Columbus Direct">Columbus Direct</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=ebookers.com">ebookers.com</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Go Travel Insurance">Go Travel Insurance</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/money.htm" TARGET="_self">------- Pet Insurance -------</OPTION>');
document.write('<OPTION VALUE="home_insurance.php?m=Churchill" target="_blank">Churchill</OPTION>');
document.write('<OPTION VALUE="direct_line.php?m=Direct Line - Pet" target="_blank">Direct Line</OPTION>');
document.write('<OPTION VALUE="http://www.shop4offers.co.uk/money.htm" TARGET="_self">------- Misc Insurance -------</OPTION>');
document.write('<OPTION VALUE="safe_shop.php?m=Musicguard">Musicguard Insurance</OPTION>');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

// End -->
