function Is() {
	var agent = navigator.userAgent.toLowerCase();
	this.major = parseInt(navigator.appVersion);
	this.minor = parseFloat(navigator.appVersion);
	this.ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
	this.ns2 = (this.ns && (this.major == 2));
	this.ns3 = (this.ns && (this.major == 3));
	this.ns4b = (this.ns && (this.minor < 4.04));
	this.ns4 = (this.ns && (this.major >= 4));
	this.ie   = (agent.indexOf("msie") != -1);
	this.ie3  = (this.ie && (this.major == 2));
	this.ie4  = (this.ie && (this.major >= 4));
	this.op3 = (agent.indexOf("opera") != -1);
	this.win   = (agent.indexOf("win")!=-1);
	this.mac   = (agent.indexOf("mac")!=-1);
	this.unix  = (agent.indexOf("x11")!=-1);
	this.modern  = (agent.indexOf("x11")!=-1);
}
var is=new Is()
var txt=new Array(7)
txt['introduction']="Introducing Montague Knight"
txt['find']="Securing the best and most financially rewarding properties"
txt['fund']="Financing the property in the most appropriate way using either your existing sources or a referral to our own panel of independent mortgage brokers"
txt['bricks&mortar']="Since records began in 1962 average rents have increased every year."
txt['furnish']="in-house furnishing and interior design service to arrange and fit entire furnishing packs that reflect the requirements of the marketplace"
txt['letManage']="Securing the best tenants and maximising income / securing the best tenants and maximising income."
txt['summary']="We hope that you found this brochure both informative and useful and we thank you for the interest shown in Montague Knight."
txt['contactUs']="Get in touch"
function over(leNom){
	document.images[leNom].src="images/navbar/"+leNom+"Hi.gif"
	if (is.ie)
	{
		document.images[leNom+"Tick"].src="images/1pixelLilac.gif"
		document.all.navbarText.innerHTML=txt[leNom]
		document.all.navbarTable.style.visibility="visible"
	}
	else
	{
//		var leDoc=document.navbarTable.document.navbarText.document
//		leDoc.open()
//		leDoc.writeln(txt[leNom])
//		leDoc.close()
//		document.navbarTable.visibility="visible"
	}
	
}
function out(leNom){
	document.images[leNom].src="images/navbar/"+leNom+".gif"
	if (is.ie)
	{
		document.images[leNom+"Tick"].src="images/1pixel.gif"
		document.all.navbarText.innerHTML=""
		document.all.navbarTable.style.visibility="hidden"
	}
	else
	{
//		var leDoc=document.navbarTable.document.navbarText.document
//		leDoc.open()
//		leDoc.writeln('')
//		leDoc.close()
//		document.navbarTable.visibility="hidden"
	}
}
function navbar(){
document.writeln('<div style="z-index:2;position:absolute;left:50;top:0"><table cellspacing=0 cellpadding=0 border=0>')
document.writeln('	<tr>')
document.writeln('		<td><a href="introduction.html" onmouseover="over(\'introduction\')" onmouseout="out(\'introduction\')"><img src="images/navbar/introduction.gif" name="introduction" width=96 height=18 border=0></a></td>')
document.writeln('		<td><a href="find.html" onmouseover="over(\'find\')" onmouseout="out(\'find\')"><img src="images/navbar/find.gif" name="find" width=43 height=18 border=0></a></td>')
document.writeln('		<td><a href="fund.html" onmouseover="over(\'fund\')" onmouseout="out(\'fund\')"><img src="images/navbar/fund.gif" name="fund" width=52 height=18 border=0></a></td>')
document.writeln('		<td><a href="bricks&mortar.html" onmouseover="over(\'bricks&mortar\')" onmouseout="out(\'bricks&mortar\')"><img src="images/navbar/bricks&mortar.gif" name="bricks&mortar" width=118 height=18 border=0></a></td>')
document.writeln('		<td><a href="furnish.html" onmouseover="over(\'furnish\')" onmouseout="out(\'furnish\')"><img src="images/navbar/furnish.gif" name="furnish" width=67 height=18 border=0></a></td>')
document.writeln('		<td><a href="letManage.html" onmouseover="over(\'letManage\')" onmouseout="out(\'letManage\')"><img src="images/navbar/letManage.gif" name="letManage" width=107 height=18 border=0></a></td>')
document.writeln('		<td><a href="summary.html" onmouseover="over(\'summary\')" onmouseout="out(\'summary\')"><img src="images/navbar/summary.gif" name="summary" width=85 height=18 border=0></a></td>')
document.writeln('		<td><a href="contactUs.html" onmouseover="over(\'contactUs\')" onmouseout="out(\'contactUs\')"><img src="images/navbar/contactUs.gif" name="contactUs" width=95 height=18 border=0></a></td>')
document.writeln('	</tr>')
document.writeln('	<tr>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="introductionTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="findTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="fundTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="bricks&mortarTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="furnishTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="letManageTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="summaryTick"></td>')
document.writeln('		<td align=center><img src="images/1pixel.gif" width=1 height=8 name="contactUsTick"></td>')
document.writeln('	</tr>')
document.writeln('</table></div>')
if (is.ie)
{
	document.writeln('<table id="navbarTable" cellspacing=0 cellpadding=3 style="position:absolute;left:50;top:25;width:663;border:1 #9514DB solid;z-index:2;background:url(images/1pixelWhite.gif);visibility:hidden">')
	document.writeln('	<tr><td id="navbarText"></td></tr>')
	document.writeln('</table>')
}
}
function foot(tp){
document.writeln('<div style="position:absolute;left:50;top:'+tp+';width:700;height:80;background:url(images/1pixelOrange.gif) #FFBA4A;z-index:1;text-align:center;vertical-align:middle">')
document.writeln('<img src="images/1pixel.gif" width=1 height=18><br>')
document.writeln('<img src="images/headings/propertyInvestmentMadeEasy.gif"><br>')
document.writeln('<img src="images/1pixel.gif" width=1 height=18><br>')
document.writeln('</div>')
}
function setApplet(picId){
if (is.ie)
	document.all.appletPosition.innerHTML='<APPLET CODE=pano.class NAME=pano WIDTH=320 HEIGHT=200 ALIGN=bottom archive=http://www.findaproperty.com/pvt/rspano.zip codebase=http://www.findaproperty.com/><PARAM NAME=altImage VALUE=http://www.findaproperty.com/pvt/alt.jpg><PARAM NAME=cabbase VALUE=http://www.findaproperty.com/pvt/rspano.cab><PARAM NAME=displayHeight VALUE=180><PARAM NAME=displayWidth VALUE=300><PARAM NAME=file VALUE=http://www.findaproperty.com/homes-direct/london/v'+picId+'.ivr><PARAM name leftMargin value=2><PARAM name=topMargin value=10></APPLET>'
else
{
	window.location.replace("01_"+picId+".html")
}
}