<!--
var str=location.search;
var writeFrames=(str.indexOf("loading"))&&(top.window.length==0);
if(writeFrames){
if(str==""){
var bodyFrame=self.location+"?loading";}
else{
var bodyFrame=self.location+"&loading";}
document.write(
'<frameset border="0" frameborder="0" bordercolor="#1c1c1c" framespacing="0" cols="187,*">',
    '<FRAME src="Garraf Natural Park_map.htm" target="tree" scrolling="auto" noresize="noresize">',
    '<FRAME name=content src="' + bodyFrame +  '" scrolling="auto" noresize="noresize">',
    '</FRAMESET>');
}
// --
