function AbrirPopUp(url, width, height)
{
	features = "toolbar=no,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height;
	popup = window.open(url, 'name', features);	
}

function OpenPopUp(url, width, height)
{
	features = "toolbar=no,location=no,directories=no, top=20, left=50,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + 650 + ",height=" + 650;
	popup = window.open(url, 'name', features);	
}

function OpenPopUpServices(url, width, height)
{
	features = "toolbar=no,location=no,directories=no, top=20, left=50,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + 800 + ",height=" + 600;
	popup = window.open(url, 'name', features);	
}

function OpenPopUpCartaoEmpresa(url, width, height)
{
	features = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height;
	popup = window.open(url, 'name', features);	
}
