function popup(id,ext)
{
	thiswin = window.open('foto_popup.php?id='+id+'&ext='+ext,'showimggroot','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=400, height=300, left = 240, top = 162');
	thiswin.focus();
}

function showimg(id,ext)
{
	thiswin = window.open('projecten_popup.php?id='+id+'&ext='+ext,'showimggroot','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=400');
	thiswin.focus();
}

function showpdf(id)
{
	thiswin = window.open('projecten/pdf/'+id+'.pdf','_blank','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no');
	thiswin.focus();
}


function showimg2(id,ext)
{
	thiswin = window.open('nieuws_popup.php?id='+id+'&ext='+ext,'showimggroot','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=400');
	thiswin.focus();
}

function showpdf2(id)
{
	thiswin = window.open('news/pdf/'+id+'.pdf','_blank','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no');
	thiswin.focus();
}

function popup2(id,ext)
{
	thiswin = window.open('foto_popup2.php?id='+id+'&ext='+ext,'showimggroot','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=400, height=300, left = 240, top = 162');
	thiswin.focus();
}
