// origjnal code by Bill Trefzger 12/12/96
function go(){
parent.frames["glowny"].location.href= document.selecter.select1.options[document.selecter.select1.selectedIndex].value
}


function loadurl(url,id,att)
{
window.open(url,id,att);
}
