function openpop(url,width,height) {
	leftposition = (screen.width)?(screen.width-width)/2:100;
	topposition = (screen.height)?(screen.height-height)/2:100;
	window.open(url,"popup","width="+width+",height="+height+",resizable=no,location=no,scrollbars=no,toolbar=no,top="+topposition+",left="+leftposition+"");
}

function openscrollpop(url,width,height) {
	leftposition = (screen.width)?(screen.width-width)/2:100;
	topposition = (screen.height)?(screen.height-height)/2:100;
	window.open(url,"popup","width="+width+",height="+height+",resizable=no,location=no,scrollbars=yes,toolbar=no,top="+topposition+",left="+leftposition+"");
}

function front_search(drive) {
	if(document.getElementById("search").value == "Indtast søgeord..." && drive == "fokus") {
		document.getElementById("search").value = "";
	} else if(document.getElementById("search").value == "" && drive == "blur") {
		document.getElementById("search").value = "Indtast søgeord...";
	}
}

function front_search(drive) {
	if(document.getElementById("search").value == "Indtast søgeord..." && drive == "fokus") {
		document.getElementById("search").value = "";
	} else if(document.getElementById("search").value == "" && drive == "blur") {
		document.getElementById("search").value = "Indtast søgeord...";
	}
}

function front_login(drive) {
	if(document.getElementById("login").value == "Medlemsnummer" && drive == "fokus") {
		document.getElementById("login").value = "";
	} else if(document.getElementById("login").value == "" && drive == "blur") {
		document.getElementById("login").value = "Medlemsnummer";
	}
}
