function sw(a,b){ document.getElementById(a).src = 'gimg/'+b+'.gif'; }
function sw2(a,b){ document.getElementById(a).src = 'imgs/scroll/'+b+'.gif'; }
function PopupPic(sPicURL)
{ 
window.open("popup.html?"+sPicURL, "", "resizable=0,HEIGHT=10,WIDTH=10,scrollbars=0");
}

function full() {
moveTo(0,0);
resizeTo(screen.availWidth,screen.availHeight);
}

function hidemenu() {
document.getElementById("headx").style.visibility="hidden";
}

function showmenu() {
document.getElementById("headx").style.visibility="visible";
}


