// GOOGLE SEARCH

var domainroot="www.nlpuddannelse.dk"

function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}



// WINDOWOPENER

var newwindow;
function pop(url)
{
	x = (screen.width) ? (screen.width-625)/2 : 0;
	y = (screen.height) ? (screen.height-440)/2 : 0;

	newwindow=window.open(url,'name','height=440,width=625, top='+y+',left='+x+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no');
	if (window.focus) {newwindow.focus()}
}

// Selve linket: <a href="../send+til+en+ven.php" onClick="pop(this.href); return false;">..linktekst..</a>