/* =========================================================================================================================
Output menu tables pale yellow: FFF7D7
========================================================================================================================= */

/* menu 01 */

document.write('<DIV id=001Container onmouseover=hideme(); onmouseout=showme();>');
document.write('<DIV id=001Content>');
document.write('<TABLE width=165 BGCOLOR=#c00000 BORDER=0 cellPadding=0 cellSpacing=0 CLASS=dropmenu>');
document.write('<TR><TD HEIGHT=1></TD></TR>');
document.write('<TR><TD BGCOLOR=EEEEEE>');
document.write('<A href=BuyQuote.move>I\'m Buying</A>');
document.write('<A href=SellQuote.move>I\'m Selling</A>');
document.write('<A href=BuyAndSellQuote.move>I\'m Buying & Selling</A>');
document.write('<A href=RemortgageQuote.move>I\'m Remortgaging</A>');
document.write('<A href=TransferQuote.move>I\'m Transfering Equity</A>');
document.write('</TR><TR><TD HEIGHT=1></TD></TR></TABLE>');
document.write('</DIV>');
document.write('</DIV>')

/* menu 02 */

document.write('<DIV id=002Container onmouseover=hideme(); onmouseout=showme();>');
document.write('<DIV id=002Content>');
document.write('<TABLE width=165 BGCOLOR=#c00000 BORDER=0 cellPadding=0 cellSpacing=0 CLASS=dropmenu>');
document.write('<TR><TD HEIGHT=1></TD></TR>');
document.write('<TR><TD BGCOLOR=EEEEEE>');
document.write('<A href=Buying.move>I\'m Buying</A>');
document.write('<A href=Selling.move>I\'m Selling</A>');
document.write('<A href=BuyingAndSelling.move>I\'m Buying & Selling</A>');
document.write('<A href=Remortgage.move>I\'m Remortgaging</A>');
document.write('<A href=Transfer.move>I\'m Transfering Equity</A>');
document.write('</TR><TR><TD HEIGHT=1></TD></TR></TABLE>');
document.write('</DIV>');
document.write('</DIV>')

/* menu 03 */

document.write('<DIV id=003Container onmouseover=hideme(); onmouseout=showme();>');
document.write('<DIV id=003Content>');
document.write('<TABLE width=145 BGCOLOR=#c00000 BORDER=0 cellPadding=0 cellSpacing=0 CLASS=dropmenu>');
document.write('<TR><TD HEIGHT=1></TD></TR>');
document.write('<TR><TD BGCOLOR=EEEEEE>');
document.write('<A href=/About_Moving_House_Conveyancing.move>About us</A>');
document.write('<A href=/Contact.move>Contact us</A>');
document.write('<A href=/MyAccount.move>Case updates</A>');
document.write('<A href=/Useful_Information.move>Useful information</A>');
document.write('<A href=/>Home Page</A>');
document.write('</TR><TR><TD HEIGHT=1></TD></TR></TABLE>');
document.write('</DIV>');
document.write('</DIV>')


/* =========================================================================================================================
End of file
========================================================================================================================= */

