<!--

function show_popup(profid)
{

	window.open("popup.php?pic=" + profid,'Maxi','height=450,width=460,top=100,left=180,menubar=0,resizable=0,scrollbars=0,titlebar=0,status=0,toolbar=0');
	
}
//-->

