num_loaded_images4=0;
num_loaded_images5=0;
num_loaded_images6=0;

function writeLoading4_5_6(){if ( document.documentElement ){
document.write('<p id\=\"loading\">Maps loading\xA0\&\#8230\;<\/p>');
document.write('<p class\=\"hddX\" id\=\"mapsL\">\&\#091\;\xA0<a rel\=\"div\" href\=\"\#mapsDiv\" onclick\=\"showMaps\(\)\; return false\;\" onkeypress\=\"showMaps\(\)\; return true\;\">Show Maps<\/a>\xA0\&\#093\;<\/p>');
return;}else { return; }
}

function maps4(){ if ( document.documentElement ){
preLoadMap4=new Array("../pics/pic04a.jpg","../pics/pic04b.jpg","../pics/pic04c.jpg");
i="";
for ( var i = 0; i< preLoadMap4.length; i++){
preLoadMap4[i]=new Image();
if (++num_loaded_images4 == preLoadMap4.length ) {document.getElementById('loading').style.display="none"; document.getElementById('mapsL').style.display="block"; }
}return;}else { return; }
}

function maps5(){ if ( document.documentElement ){
preLoadMap5=new Array("../pics/pic05.jpg","../pics/pic05a.jpg","../pics/pic05b.jpg");
i="";
for ( var i = 0; i< preLoadMap5.length; i++){
preLoadMap5[i]=new Image();
if (++num_loaded_images5 == preLoadMap5.length ) {document.getElementById('loading').style.display="none"; document.getElementById('mapsL').style.display="block"; }
}return;}else { return; }
}

function maps6(){ if ( document.documentElement ){
preLoadMap6=new Array("../pics/pic06.jpg","../pics/pic06a.jpg","../pics/pic06b.jpg");
i="";
for ( var i = 0; i< preLoadMap6.length; i++){
preLoadMap6[i]=new Image();
if (++num_loaded_images6 == preLoadMap6.length ) {document.getElementById('loading').style.display="none"; document.getElementById('mapsL').style.display="block"; }
}return;}else { return; }
}

function showMaps(){if ( document.documentElement ){
document.getElementById('mapsL').style.display="none"; document.getElementById('mapsUL').style.visibility="visible"; 
return;}else { return; }
}



