
function openPlattegrond()
{
	var thewin;
			
	if (thewin == null)
	{
		thewin = window.open('/db/pdfs/data/id/filename/_Camping_Plat.pdf','plattegrond','status=yes,resizable,width=950,height=555,address=no,top=10,left=10');
		thewin.window.focus();
	}
	else
	{
		thewin.window.focus();
	}
}

function openPlattegrond2010()
{
	var thewin;
			
	if (thewin == null)
	{
		thewin = window.open('/db/pdfs/data/id/filename/_Camping_Plat_2010.pdf','plattegrond','status=yes,resizable,width=950,height=555,address=no,top=10,left=10');
		thewin.window.focus();
	}
	else
	{
		thewin.window.focus();
	}
}

function openPlattegrond2011()
{
	var thewin;
			
	if (thewin == null)
	{
		thewin = window.open('/db/pdfs/data/id/filename/_Camping_Plat_2011.pdf','plattegrond','status=yes,resizable,width=950,height=555,address=no,top=10,left=10');
		thewin.window.focus();
	}
	else
	{
		thewin.window.focus();
	}
}

