if (isOpera) {
			document.write('<img id="curimgout" style="display:none;position:absolute;z-Index:10000;cursor:crosshair" src="highslide/graphics/zoomout.gif"/>');
			document.write('<img id="curimgin" style="display:none;position:absolute;z-Index:10000;cursor:crosshair" src="highslide/graphics/zoomin.gif"/>');
		}

        if (isMSIE)
                document.write('<DIV id=fake-body style="overflow-y:scroll; overflow-x:auto;height:' + document.body.clientHeight + 'px;width:'+document.body.clientWidth+'">');
        else
                document.write('<DIV id=fake-body style="overflow-y:scroll; height:' + document.body.clientHeight + '">');
        if (isMSIE)
			document.write('<div id="relativediv" style="position:absolute;width:0px;height:0px"></div>');
		else
			document.write('<div id="relativediv" style="position:relative;width:0px;height:20px;font:0pt Arial">&nbsp;</div><div style="position:relative;top:-20px">');
