
function loadPic(file)
{
	document.getElementById('c2').innerHTML='<a href="/app/gethumb.php?id='+file+'&w=800&h=600" rel="lightbox[\'pics\']"><img src="/app/gethumb.php?id='+file+'&w=298&h=298" border="0" width="298" border="0" height="298" alt=""></a>';
}
