function fontsize(elemntID,key,value) { document.getElementById(elemntID).style[key] = value; } function myurl(href) { window.top.location.href = href; } function selectlang(s) { var gourl = 'http://www.meblestanek.pl/index.php/adminpanel/lang/' + s.options[s.selectedIndex].value; window.top.location.href = gourl; } function selecturl(s) { var gourl = 'http://www.meblestanek.pl/index.php/adminpanel/showcontent/'+s.options[s.selectedIndex].value; window.top.location.href = gourl; } function selectprod(s) { var gourl = 'http://www.meblestanek.pl/index.php/produkty/panel/'+s.options[s.selectedIndex].value; window.top.location.href = gourl; }