function getCookie(name)
{
   unser_cookie = document.cookie;
   prefix = name + '=';
   anfang = unser_cookie.indexOf(prefix);
   if (anfang == -1) {return null;}
   ende = document.cookie.indexOf(';', anfang);
   if (ende == -1) {ende = unser_cookie.length;}
   return unescape(unser_cookie.substring(anfang + prefix.length, ende));
}
function sections() {
	if (document.topForm.section.options[document.topForm.section.selectedIndex].value == 'infobank') {
                document.topForm.section.options[0].selected = true;
                window.open('http://www.roro44.com');
		return 1;
	}

	else if (document.topForm.section.options[document.topForm.section.selectedIndex].value == '') {}
	else {top.location=document.topForm.section.options[document.topForm.section.selectedIndex].value;}
}

        document.writeln('<a target="_blank" href="http://www.roro44.com/e3lan/ads4.htm"><img border="0" src="http://ads.roro44.com/mybanar/ads-220-550-1.gif" width="220" height="550"></a>');
