function showCard(sJobID){
	document.getElementById("imagePage1").src = "http://babysvoorbabys.poobies.nl/examplecards_archive/"+sJobID+"/page01_small.jpg";
	document.getElementById("imagePage2").src = "http://babysvoorbabys.poobies.nl/examplecards_archive/"+sJobID+"/page02_small.jpg";
	document.getElementById("editURL").href = "http://babysvoorbabys.poobies.nl/site/?action=createcard&action2=designtool&job_id="+sJobID;
	openLightbox();
}

