<!-- Based on the original script by Randy Bennett (rbennett@thezone.net) -->
<!-- Web Site: http://home.thezone.net/~rbennett/sitemap.htm -->
<!-- New web Site: http://ca.geocities.com/randy_bennett@nl.rogers.com/sitemap.htm -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var ns6 = (!document.all && document.getElementById);
var ie6 = (document.all && document.getElementById);
var ie4 = (document.all);
var ns4 = (document.layers);
function setVariables(){
if (ns4) {
v=".top=";h=".left=";dS="document.";dS2="";sD="";
y="window.pageYOffset";x="window.pageXOffset";iW="window.innerWidth";iH="window.innerHeight"
}
else if (ns6) {
v=".top=";h=".left=";dS="document.getElementById('";dS2="')";sD=".style";
y="scrollY";x="scrollX";iW="window.innerWidth";iH="window.innerHeight"
}
else if (ie4 || ie6) {h=".pixelLeft=";v=".pixelTop=";dS="";dS2="";sD=".style";
y="document.body.scrollTop";x="document.body.scrollLeft";iW="document.body.clientWidth";iH="document.body.clientHeight"
}
xyz=500
object="logo";
checkLocationA()
}
movex=0,movey=0,xdiff=0,ydiff=0,ystart=0,xstart=0
function checkLocation(){
innerX=eval(iW)-60
innerY=eval(iH)-60
if (ns4 || ns6){innerY-=10;innerX-=10}
yy=eval(y);
xx=eval(x);
ydiff=ystart-yy;
xdiff=xstart-xx;
if ((ydiff<(-1))||(ydiff>(1))) movey=Math.round(ydiff/10),ystart-=movey
if ((xdiff<(-1))||(xdiff>(1))) movex=Math.round(xdiff/10),xstart-=movex
eval(dS+object+dS2+sD+v+(ystart+innerY));
eval(dS+object+dS2+sD+h+(xstart+innerX));
setTimeout("checkLocation()",10)}
function checkLocationA(){ystart=eval(y);xstart=eval(x);}
function switchLogo(abc){
if (abc=="menu"){       
eval(dS+object+dS2+sD+v+0);  
eval(dS+object+dS2+sD+h+(-200));
object=abc}
else xyz=setTimeout("delayLogo()", 300)
}
function delayLogo(){
eval(dS+object+dS2+sD+v+0);  
eval(dS+object+dS2+sD+h+(-200));
object='logo'        
}
//function doubleOnload()
//{
//  setVariables();
//  checkLocation();
//}
//window.onload =doubleOnload;
// End -->