var last;
var fadeInOpacity=null;
var picture="";
var apicURL=[];
if(typeof document.documentElement.style.scrollbarFaceColor!='undefined'){
 document.documentElement.style.scrollbarFaceColor = "#666";
 document.documentElement.style.scrollbarHighlightColor = "#CCC";
 document.documentElement.style.scrollbarShadowColor = "#333";
 document.documentElement.style.scrollbar3dLightColor = "#888";
 document.documentElement.style.scrollbarArrowColor = "#009";
 document.documentElement.style.scrollbarTrackColor = "#ccc";
 document.documentElement.style.scrollbarDarkShadowColor = "#888";
}
function opacMoz(){
 if(fadeInOpacity<1){
  fadeInOpacity=fadeInOpacity+.05;
  picture.style.opacity = fadeInOpacity;
  setTimeout(opacMoz,50);
 }
}
function opacIE(){
 pic.style.filter="blendTrans(duration=2)";
 pic.filters.blendTrans.Apply();
 pic.style.visibility="visible";
 pic.filters.blendTrans.Play();
}
function opac(){
 fadeInOpacity=0;
 if(window.navigator.appName=="Microsoft Internet Explorer"){opacIE();}
 else{picture=document.images.pic;opacMoz();}
}
function sibaem(subject){
 var username = "superiorshedsandstables", domain = "bigpond.com", atsign = "&#64;", addr = username + atsign + domain;
 document.write('<' + 'a' + ' ' + 'href=' + '"mailto:' + addr + '?Subject=' + subject + '">' + addr + '</a>');
}

