/*--------------------------------------
-------------------------------------------*/
function openPopUp(url) {
	
	//
	window.open(url, 'imagem', 'width=550,height=390,status=no,resizable=no,scrollbars=no,top=0,left=50')
	
}


