// Arch mouseover

var base="images/arch"

function over(nr)
{
	document.getElementById('arch' + nr).src = base + nr + "o.gif"
}

function out(nr)
{
	document.getElementById('arch' + nr).src = base + nr + ".gif"
}

// Navbar search
function clearSearch(field){
	if (field.value == field.defaultValue)
		field.value = ""
}

function submitForm(form)
{
            document.form.submit();
}

function playradio(){
	var f = document.forms[0];
	//window.open('http://www.surfmusic.de/radios/radio2mfmm.htm','audio','top=0,left=0,resizable=0,scrollbars=0,width=550,height=230');
	window.open('http://www.medi1.com/player/playlist.php?p=real_player','audio','top=0,left=0,resizable=0,scrollbars=0,width=300,height=150');
}
