function mnS (MenuNum) {
	document.all['mn'+MenuNum].style.background = '#C4C3C8 url(/i/bg_menu2.gif) repeat left bottom;';
}
function mnH (MenuNum) {
	document.all['mn'+MenuNum].style.background = '';
}
function cancel() {
	if (window.opener) { window.close(); }
	else { history.go(-1); }
}
function ShowWin(url,x,y,name,isscrollbars) {
	cx=screen.width / 2 - (x / 2);
	cy=(screen.height/2-(y/2))-60;
	isscrollbars=(isscrollbars=="no")?"no":"yes";
	window.open(url,name,"toolbar=no,status=no,directories=no,menubar=no,resizable=yes,width="+x+",height="+y+",scrollbars="+isscrollbars+",top="+cy+",left="+cx);
}

function getElement(e,f){
    if(document.layers){
        f=(f)?f:self;
        if(f.document.layers[e]) { return f.document.layers[e]; }
        for(W=0;i<f.document.layers.length;W++) { return(getElement(e,fdocument.layers[W])); }
    }
    if(document.all) { return document.all[e]; }
    return document.getElementById(e);
} 
