function showad(adresid)
{
	var divtext="";
	divtext +='<img src="http://www.hgloenen.nl/adr2pic.php?adresid='+adresid+'"></img>';
	showbox('Adres Gegevens', divtext);
}

