if (window.top.frames.length > 0) window.top.location = document.location; // Frame Breakout

function enlargeView(url, width, height)
{
	attribs = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=' + width + ',height=' + height;
    window.open(url, 'CareAlertZoomView', attribs );
}
