function go(){
	this.location.href=document.programak.url.options[document.programak.url.selectedIndex].value;
}

function goFrames(){
	parent.location.href=document.programak.url.options[document.programak.url.selectedIndex].value;
}