function PageBack(){
parent.history.back();
}

function LinkSelect(form, sel){
adrs = sel.options[sel.selectedIndex].value;
if (adrs != "-" ) parent.location.href = adrs;
}

function wclose(){
window.top.close()
}