_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=1           // Sub menu left offset

/// Style Definitions ///

var pageName = "TFP Wealth Management Limited";
var urlAddress = "http://www.savetax.co.uk/index.htm"; 

function addToFavorites() 
{ if (window.external) { window.external.AddFavorite(urlAddress,pageName) 
} else { alert("Sorry! Your browser doesn't support this function."); 
} } 

with(subStyle=new mm_style()){
onbgcolor="#0000FF";
oncolor="#ffffff";
offbgcolor="#A7ADFF";
offcolor="#ffffff";
bordercolor="#CCCCFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6DACFA";
separatorsize=1;
padding=6;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="submenu_arrow_right-off.gif";
onsubimage="submenu_arrow_right-on.gif";
subimagepadding=6;
//high3dcolor="#FFFFFF"; //"#edf3ee";
//low3dcolor="#000000";
//swap3d=1;
headerbgcolor="#ffffff";
headercolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
outfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
//overfilter="Pixelate(squares=20, duration=0.3)";
//outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("sub1")){
style=subStyle;
aI("text=Introduction;url=about.htm;target=body;");
aI("text=Meet The Team;url=TeamProfiles.pdf;target=_new;");
aI("text=Data Protection Statement;url=dataprotection.pdf;target=_new;");
aI("text=TFP's Investment Philosophy;url=InvestPhilosophy.pdf;target=_new;");
aI("text=Add Home Page to Favourites;url=javascript:addToFavorites();");
// aI("text=Our Regulators;url=fsa.htm;target=body;");
}

///  aI("text=Saving Tax;url=savetax/001.htm;target=body;"); ///
with(milonic=new menuname("sub2")){
style=subStyle;
aI("text=HMRC;url=LP001.htm;target=_new;");
aI("showmenu=Shelters;text=Tax Shelters;");



}

with(milonic=new menuname("Shelters")){
style=subStyle;
aI("text=EZT;url=ezt.htm;target=body;");
aI("text=Film Partnership;url=film.htm;target=body;");
aI("text=EIS;url=eis.htm;target=body;");
aI("text=ISA;url=isa.htm;target=body;");
}

///  aI("text=Unlock Your Pension;url=thephilosophy.htm;target=_top;"); ///

with(milonic=new menuname("sub3")){
style=subStyle;
aI("text=Top Investment Tips;url=toptips.htm;target=body;");
aI("text=Why Invest in the Stockmarket?;url=whystockmarket.htm;target=body;");
aI("text=Investing in Property;url=inv001.htm;target=body;");
aI("text=Diary of a Fund Manager;url=LP003.htm;target=_new;");
}

with(milonic=new menuname("sub4")){
style=subStyle;
aI("text= Our Latest Newsletter;url=esmart/index.html;target=body;");
aI("text=What is Fee Based Advice?;url=feebased.htm;target=body;");
aI("text=Certified Financial Planner?;url=doforyou.htm;target=body;");
aI("text=Financial Planning - Code of Ethics;url=code.htm;target=body;");
aI("text=Institute of Financial Planning;url=LP006.htm;target=_new;");
}

with(milonic=new menuname("sub5")){
style=subStyle;
aI("text=Saving Tigers;url=LP007.htm;target=_new;");
aI("showmenu=BoysToys;text=Big Boys Toys;");
//aI("text=Business Performance Skills;url=http://www.ultimateperformanceskills.com;target=_new;");
aI("text=Discover Costa Blanca;url=LP013.htm;target=_new;");
}

with(milonic=new menuname("BoysToys")){
style=subStyle;
aI("text=Aston Martin;url=LP008.htm;target=_new;");
aI("text=BMW;url=LP009.htm;target=_new;");
aI("text=Ferrari;url=LP010.htm;target=_new;");
aI("text=Mercedes;url=LP011.htm;target=_new;");
aI("text=Porsche;url=LP012.htm;target=_new;");
}


drawMenus();

