function pop_ag(url)
{
	window.open(url,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=500,left = 200,top = 100');
}


function MM_openBrWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}

function pop_id(volgnr)
{
	window.open('member.php?v=' + volgnr,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=400,left = 200,top = 200');
}

