//<![CDATA[

if (window != top) top.location.href = location.href;

imgleft=new Image();
imgleft.src="/arrows/left-on.gif";
imgup=new Image();
imgup.src="/arrows/up-on.gif";
imgright=new Image();
imgright.src="/arrows/right-on.gif";

function swapin(direction) {
document.getElementById('img'+direction).src= "/arrows/"+direction+"-on.gif";
}

function swapout(direction) {
document.getElementById('img'+direction).src= "/arrows/"+direction+".gif";
}

function jump(url) {
window.location.href="http://"+url;
}

//]]>