<!--
function _imag_showimagesuser(Funcao, Form, Campo)
	{
	popupWindow = open('prow.php?prow=900_imaguserframeset&fun='+Funcao+'&fnome='+Form+'&fcampo='+Campo, '', 'scrollbars=yes,resizable=no,WIDTH=650,HEIGHT=450,TOP=50,LEFT=150');
	if (popupWindow.opener == null) 
		{
		popupWindow.opener = self;
		}
	popupWindow.focus();
	}
	
	
function _imag_imageshow(link)
	{
	popupWindow = open(link, '', 'scrollbars=yes,resizable=no,WIDTH=650,HEIGHT=450,TOP=50,LEFT=150');
	if (popupWindow.opener == null) 
		{
		popupWindow.opener = self;
		}
	popupWindow.focus();
	}
-->
