	
	// enlarge images


function Big(img) 
{
	pwin = window.open( 'enlargement.php?p='+document.images[img].src, 'enlargement', 'width=540,height=550,resizable=yes' );
	pwin.focus();	// for all you AOL browsers out there...
}
