browser = navigator.appName
if(browser.indexOf("Microsoft")!=-1)
{
	document.write('<style type="text/css">body {scrollbar-face-color: #795f3c; scrollbar-highlight-color: #FEF3C5; scrollbar-3dlight-color: #000000; scrollbar-track-color: #d0bca2; scrollbar-arrow-color: #ffffff;}</style>');
}

function meneSivulle()
{
	var url=document.form.selection.options[document.form.selection.selectedIndex].value;
	if(url != "")
		parent.location.href=url;
}
