// JavaScript Document

function otvori_stranicu(element)
{
	
	var url=element[0].options[element[0].selectedIndex].value;
	parent.location.href=url;
	return false;
}
