if(document.images)
{
	
	var invreportson = new Image();
	invreportson.src = "http://www.savills.co.uk/images/investor_relations/reports_ro.gif";
	var invreportsoff = new Image();
	invreportsoff.src = "http://www.savills.co.uk/images/investor_relations/reports.gif";
	var invfinancialon = new Image();
	invfinancialon.src = "http://www.savills.co.uk/images/investor_relations/financial_ro.gif";
	var invfinancialoff = new Image();
	invfinancialoff.src = "http://www.savills.co.uk/images/investor_relations/financial.gif";
	var invshareon = new Image();
	invshareon.src = "http://www.savills.co.uk/images/investor_relations/financial_summary_ro.gif";
	var invshareoff = new Image();
	invshareoff.src = "http://www.savills.co.uk/images/investor_relations/financial_summary.gif";
	
	var arrow0on = arrow1on = arrow2on = arrow3on = arrow4on = arrow5on = new Image();
	arrow1on.src = "/images/spacer.gif";
	var arrow0off = arrow1off = arrow2off = arrow3off = arrow4off = arrow5off = new Image();
	arrow0off.src = "/images/spacer.gif";
	
	
	//var hubarrow0on = hubarrow1on = hubarrow2on = hubarrow3on = hubarrow4on = hubarrow5on = hubarrow6on = hubarrow7on = hubarrow8on = hubarrow9on = hubarrow10on = hubarrow11on = new Image();
	var hubarrow0on = hubarrow1on = hubarrow2on = hubarrow3on = new Image();
	
	hubarrow0on.src = hubarrow1on.src = hubarrow2on.src = hubarrow3on.src = "../images/furniture/arrow_g_on.gif";
	
	var hubarrow0off = hubarrow1off = hubarrow2off= hubarrow3off  = new Image();
	
	hubarrow0off.src = hubarrow1off.src = hubarrow2off.src = hubarrow3off.src  = "../images/spacer.gif";
	

	var titlearrow0on = titlearrow1on = titlearrow2on = titlearrow3on = titlearrow4on = titlearrow5on = titlearrow6on = titlearrow7on = titlearrow8on = new Image
	var titlearrow0off = titlearrow1off = titlearrow2off = titlearrow3off = titlearrow4off = titlearrow5off = titlearrow6off = titlearrow7off = titlearrow8off = new Image
	
	titlearrow0on.src = titlearrow1on.src = titlearrow2on.src = titlearrow3on.src = titlearrow4on.src = titlearrow5on.src = titlearrow6on.src = titlearrow7on.src = titlearrow8on.src = "/images/furniture/arrow_hubtitle_w_on.gif"
	titlearrow0off.src = titlearrow1off.src = titlearrow2off.src = titlearrow3off.src = titlearrow4off.src = titlearrow5off.src = titlearrow6off.src = titlearrow7off.src = titlearrow8off.src = "/images/spacer.gif"
	
}

function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

function imgOff(imgName) {
        if (document.images) {        
            document[imgName].src = eval(imgName + "off.src");
        }
}

function titleImgOn(imgName) {
		
   document[imgName].src = "../images/furniture/arrow_hubtitle_w_on.gif";
        
}

function titleImgOff(imgName) {
		
   document[imgName].src = "../images/spacer.gif";
}

function openPrinterFriendlyResearch()
{
	var disp_setting="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
		disp_setting+="scrollbars=yes,width=650, height=600, left=100, top=25"; 
	var content_value = document.getElementById("printContent").innerHTML; 
	re = /openPrinterFriendlyResearch/g;

	var docprint=window.open("","",disp_setting); 
	docprint.document.open(); 
	docprint.document.write('<html><head><title>Savills Printable Content</title>'); 
	docprint.document.write('<style type="text/css">body {margin: 10px;font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 0.7em;}</style>');
	docprint.document.write('<link rel="stylesheet" type="text/css" href="../css/research.css"/>');	
	docprint.document.write('</head><body>');          
	docprint.document.write(content_value.replace(re, "window.print"));          
	docprint.document.write('</body></html>'); 
	docprint.document.close(); 
	docprint.focus(); 
}