// JavaScript Document
function setFocus() {
	document.getElementById("klant_login").focus();
}
function setFocus1() {
	document.getElementById("klant_wachtwoord").focus();
}
//pas de twee variabelen aan met de informatie van je eigen site
				var bookmarkurl="http://www.deejaygear.nl";
				var bookmarktitel="Deejaygear.nl gear for Pro's";
function favorieten(){
	if (document.all){
	window.external.AddFavorite(bookmarkurl,bookmarktitel)
	}
}

