function PlayMedia(url) { 
	if (url) {
		if (document.all){
			var player = document.getElementById('mediaPlayer2');
			player.URL = url; 
		}
		else {
			location='index.pl?pagina=4&src='+url;
		}
	}
}

function ganaarlink(dees){
	document.location=dees;
}

function ganaar(dees){
	if (zoekformulier.q.value) {
		url = dees+zoekformulier.q.value;
		document.location=url;
	}
	else {
		document.getElementById('IDq').focus();
		IDhint.innerHTML = "<B style='color:#000000'>Tik eerst hierboven een zoekwoord</B>";
	}
}

function NietSubmitten() {
	if (zoekformulier.q.value) {
		IDhint.innerHTML = "<B style='color:#000000'>Zoek met een knop hieronder</B>"
	}
	else {
		IDhint.innerHTML = "<B style='color:#000000'>Tik eerst een zoekwoord</B>";
	}
}

function hinten(hint) {
	IDhint.innerHTML = "<B style='color:#000000'>"+hint+"</B>";
}

function addBookmark(ob) 
{ 
        if (window.sidebar) 
        { 
                window.sidebar.addPanel(ob.title, ob.url,""); 
        } else if( document.all ) 
        { 
                window.external.AddFavorite( ob.url, ob.title); 
        } 
} 

function foczoekform() {
	var url = document.location.href;
	if (url.indexOf('stop') < 0 ){
		googleformulier.q.focus();
	}
}

// RSS pop

function toon(deze) {
	document.getElementById(deze).style.visibility = "visible";
}
function weg(deze) {
	document.getElementById(deze).style.visibility = "hidden";
}
