function mTo(name,address) {
	location.href = 'mailto:'+name+'@'+address;
}
function dopop(url, breed, hoog)
{	page = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+(screen.width/2 - breed/2)+",top="+(screen.height/2-hoog/2)+",screenX="+(screen.width/2 - breed/2)+",screenY="+(screen.height/2 - hoog/2)+",width=" + breed + ",height=" + hoog);
}
function dopop2(url, breed, hoog)
{	page = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,left="+(screen.width/2 - breed/2)+",top="+(screen.height/2-hoog/2)+",screenX="+(screen.width/2 - breed/2)+",screenY="+(screen.height/2 - hoog/2)+",width=" + breed + ",height=" + hoog);
}
