function fett(n,m,v){
	    obj = document.getElementById(n);
	    if (obj.style) {
	        obj=obj.style; v=(v=='an')?'bold 1.2em Verdana,Arial,Helvetica,sans-serif;': (v=='aus')?'normal 1.0em Verdana,Arial,Helvetica,sans-serif;':v;
	    }
	    obj.font=v;
	}

function initForm() {
    var mode = document.cannonballForm.cbSelect;
    if (mode[0].checked == true){
    fett('0','','an');
    fett('1','','aus');
    fett('2','','aus');
    fett('3','','aus');
    fett('4','','aus');
    fett('5','','aus');
    window.cbs.location.href="http://www.travel-overland.de/schnellsuche/flug.html";
    }
    else if (mode[1].checked == true){
	 fett('0','','aus');
    fett('1','','an');
    fett('2','','aus');
    fett('3','','aus');
    fett('4','','aus');
    fett('5','','aus');
	 window.cbs.location.href="http://www.travel-overland.de/schnellsuche/charter.html";
	 }
	 else if (mode[2].checked == true){
	 fett('0','','aus');
    fett('1','','aus');
    fett('2','','an');
    fett('3','','aus');
    fett('4','','aus');
    fett('5','','aus');
	 window.cbs.location.href="http://www.travel-overland.de/schnellsuche/mietwagen.html";
	 }
	 else if (mode[3].checked == true){
	 mode[0].checked = true;
	 fett('0','','an');
    fett('1','','aus');
    fett('2','','aus');
    fett('3','','aus');
    fett('4','','aus');
    fett('5','','aus');
	 window.cbs.location.href="http://www.travel-overland.de/schnellsuche/flug.html";
	 }
	 else if (mode[4].checked == true){
	 fett('0','','aus');
    fett('1','','aus');
    fett('2','','aus');
    fett('3','','aus');
    fett('4','','an');
    fett('5','','aus');
	 window.cbs.location.href="http://www.travel-overland.de/schnellsuche/hotel.html";
	 }
	 else if (mode[5].checked == true){
	 fett('0','','aus');
    fett('1','','aus');
    fett('2','','aus');
    fett('3','','aus');
    fett('4','','aus');
    fett('5','','an');
	 window.cbs.location.href="http://www.travel-overland.de/schnellsuche/pauschal.html";
	 }
}