function abrejanela()
{

   var left = 50;
   var top = 50;
   var width = 380;
   var height = 400;
   
nj=window.open("",'miniwin', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
nj.document.open();
}


function ver_resultado(URL) {
	
   var left = 50;
   var top = 50;
   var width = 380;
   var height = 400;

   window.open(URL, 'resultado_enquete', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}
